Html Css Color HEX #1B5FBB Denim

📋 copy color: '#1B5FBB'

red 27 ◦ green 95 ◦ blue 187

#1B5FBB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Denim #1B5FBB

Tints of Denim #1B5FBB

RGB

 RED value IS 27 (10.94% from 255) = 8.74%

 GREEN value IS 95 (37.5% from 255) = 30.74%

 BLUE value IS 187 (73.44% from 255) = 60.52%

R = 8.74%
G = 30.74%
B = 60.52%

CMYK

 C value IS 0.86

 M value IS 0.49

 Y value IS 0

 K value IS 0.27

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#1B5FBB (or 0x1B5FBB) is known color: Denim. HEX triplet: 1B, 5F and BB. RGB value is (27,95,187). Sum of RGB (Red+Green+Blue) = 27+95+187=309 (40% of max value = 765). Red value is 27 (10.94% from 255 or 8.74% from 309); Green value is 95 (37.5% from 255 or 30.74% from 309); Blue value is 187 (73.44% from 255 or 60.52% from 309); Max value from RGB is 187 - color contains mainly: blue. Hex color #1B5FBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1B5FBB is #E4A044. Grayscale: #545454. Windows color (decimal): -14983237 or 12279579. OLE color: 12279579.

HSL color Cylindrical-coordinate representation of color #1B5FBB: hue angle of 214.5º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1B5FBB is Cyan = 0.86, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 27 95 187 -
CMYK 0.86 0.49 0 0.27
HSL 214.5º 0.75% 0.42% -
HSV(B) 214.5º 0.86% 0.73% -
XYZ 13.51 12.01 48.62 -
YUV 85.16 185.47 86.52 -
System Red Green Blue C M Y K H S L
Decimal 27 95 187 0.86 0.49 0 0.27 214.5 0.75 0.42
Hex 1B 5F BB 56 31 0 1B D6 4B 2A
Octal 33 137 273 126 61 0 33 326 113 52
Binary 11011 1011111 10111011 1010110 110001 0 11011 11010110 1001011 101010

Color Harmonies of #1B5FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B5FBB

Black with #1B5FBB

Text Example


Text Example

White with #1B5FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1B5FBB; }

 p { color: rgb(27,95,187); }

 H1.HeaderClassName
 {
   color: #1B5FBB;
 }
 .AnyTagClassName
 {
   color: #1B5FBB;
 }
</style>

background-color css

<style>
 a { background-color: #1B5FBB; }

 a { background-color: rgb(27,95,187); }

 div.DivClassName
 {
   background-color: #1B5FBB;
 }
 .BgClassName
 {
   background-color: #1B5FBB;
 }
</style>

border-color css

<style>
 span { border-color: #1B5FBB; }

 span { border-color: rgb(27,95,187); }

 td.TdClassName
 {
   border-color: #1B5FBB;
 }
 .TagClassName
 {
   border-color: #1B5FBB;
 }
</style>