Html Css Color HEX #1B468E Endeavour

📋 copy color: '#1B468E'

red 27 ◦ green 70 ◦ blue 142

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

Shades of Endeavour #1B468E

Tints of Endeavour #1B468E

RGB

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

 GREEN value IS 70 (27.73% from 255) = 29.29%

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

R = 11.3%
G = 29.29%
B = 59.41%

CMYK

 C value IS 0.81

 M value IS 0.51

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#1B468E (or 0x1B468E) is known color: Endeavour. HEX triplet: 1B, 46 and 8E. RGB value is (27,70,142). Sum of RGB (Red+Green+Blue) = 27+70+142=239 (31% of max value = 765). Red value is 27 (10.94% from 255 or 11.30% from 239); Green value is 70 (27.73% from 255 or 29.29% from 239); Blue value is 142 (55.86% from 255 or 59.41% from 239); Max value from RGB is 142 - color contains mainly: blue. Hex color #1B468E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1B468E is #E4B971. Grayscale: #414141. Windows color (decimal): -14989682 or 9324059. OLE color: 9324059.

HSL color Cylindrical-coordinate representation of color #1B468E: hue angle of 217.57º 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 #1B468E is Cyan = 0.81, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 27 70 142 -
CMYK 0.81 0.51 0 0.44
HSL 217.57º 0.68% 0.33% -
HSV(B) 217.57º 0.81% 0.56% -
XYZ 7.52 6.57 26.46 -
YUV 65.35 171.25 100.65 -
System Red Green Blue C M Y K H S L
Decimal 27 70 142 0.81 0.51 0 0.44 217.57 0.68 0.33
Hex 1B 46 8E 51 33 0 2C DA 44 21
Octal 33 106 216 121 63 0 54 332 104 41
Binary 11011 1000110 10001110 1010001 110011 0 101100 11011010 1000100 100001

Color Harmonies of #1B468E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B468E

Black with #1B468E

Text Example


Text Example

White with #1B468E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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