Html Css Color HEX #1B508E Endeavour

📋 copy color: '#1B508E'

red 27 ◦ green 80 ◦ blue 142

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

Shades of Endeavour #1B508E

Tints of Endeavour #1B508E

RGB

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

 GREEN value IS 80 (31.64% from 255) = 32.13%

 BLUE value IS 142 (55.86% from 255) = 57.03%

R = 10.84%
G = 32.13%
B = 57.03%

CMYK

 C value IS 0.81

 M value IS 0.44

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#1B508E (or 0x1B508E) is known color: Endeavour. HEX triplet: 1B, 50 and 8E. RGB value is (27,80,142). Sum of RGB (Red+Green+Blue) = 27+80+142=249 (32% of max value = 765). Red value is 27 (10.94% from 255 or 10.84% from 249); Green value is 80 (31.64% from 255 or 32.13% from 249); Blue value is 142 (55.86% from 255 or 57.03% from 249); Max value from RGB is 142 - color contains mainly: blue. Hex color #1B508E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1B508E is #E4AF71. Grayscale: #464646. Windows color (decimal): -14987122 or 9326619. OLE color: 9326619.

HSL color Cylindrical-coordinate representation of color #1B508E: hue angle of 212.35º degrees, saturation: 0.68, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1B508E is Cyan = 0.81, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 27 80 142 -
CMYK 0.81 0.44 0 0.44
HSL 212.35º 0.68% 0.33% -
HSV(B) 212.35º 0.81% 0.56% -
XYZ 8.2 7.92 26.69 -
YUV 71.22 167.94 96.46 -
System Red Green Blue C M Y K H S L
Decimal 27 80 142 0.81 0.44 0 0.44 212.35 0.68 0.33
Hex 1B 50 8E 51 2C 0 2C D4 44 21
Octal 33 120 216 121 54 0 54 324 104 41
Binary 11011 1010000 10001110 1010001 101100 0 101100 11010100 1000100 100001

Color Harmonies of #1B508E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B508E

Black with #1B508E

Text Example


Text Example

White with #1B508E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,80,142); }

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

background-color css

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

 a { background-color: rgb(27,80,142); }

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

border-color css

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

 span { border-color: rgb(27,80,142); }

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