Html Css Color HEX #1B4997 Endeavour

📋 copy color: '#1B4997'

red 27 ◦ green 73 ◦ blue 151

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

Shades of Endeavour #1B4997

Tints of Endeavour #1B4997

RGB

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

 GREEN value IS 73 (28.91% from 255) = 29.08%

 BLUE value IS 151 (59.38% from 255) = 60.16%

R = 10.76%
G = 29.08%
B = 60.16%

CMYK

 C value IS 0.82

 M value IS 0.52

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#1B4997 (or 0x1B4997) is known color: Endeavour. HEX triplet: 1B, 49 and 97. RGB value is (27,73,151). Sum of RGB (Red+Green+Blue) = 27+73+151=251 (33% of max value = 765). Red value is 27 (10.94% from 255 or 10.76% from 251); Green value is 73 (28.91% from 255 or 29.08% from 251); Blue value is 151 (59.38% from 255 or 60.16% from 251); Max value from RGB is 151 - color contains mainly: blue. Hex color #1B4997 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1B4997 is #E4B668. Grayscale: #434343. Windows color (decimal): -14988905 or 9914651. OLE color: 9914651.

HSL color Cylindrical-coordinate representation of color #1B4997: hue angle of 217.74º degrees, saturation: 0.7, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1B4997 is Cyan = 0.82, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 27 73 151 -
CMYK 0.82 0.52 0 0.41
HSL 217.74º 0.7% 0.35% -
HSV(B) 217.74º 0.82% 0.59% -
XYZ 8.42 7.23 30.23 -
YUV 68.14 174.76 98.66 -
System Red Green Blue C M Y K H S L
Decimal 27 73 151 0.82 0.52 0 0.41 217.74 0.7 0.35
Hex 1B 49 97 52 34 0 29 DA 46 23
Octal 33 111 227 122 64 0 51 332 106 43
Binary 11011 1001001 10010111 1010010 110100 0 101001 11011010 1000110 100011

Color Harmonies of #1B4997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B4997

Black with #1B4997

Text Example


Text Example

White with #1B4997

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,73,151); }

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

background-color css

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

 a { background-color: rgb(27,73,151); }

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

border-color css

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

 span { border-color: rgb(27,73,151); }

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