Html Css Color HEX #1B468C Endeavour

📋 copy color: '#1B468C'

red 27 ◦ green 70 ◦ blue 140

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

Shades of Endeavour #1B468C

Tints of Endeavour #1B468C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 59.07%

R = 11.39%
G = 29.54%
B = 59.07%

CMYK

 C value IS 0.81

 M value IS 0.50

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#1B468C (or 0x1B468C) is known color: Endeavour. HEX triplet: 1B, 46 and 8C. RGB value is (27,70,140). Sum of RGB (Red+Green+Blue) = 27+70+140=237 (31% of max value = 765). Red value is 27 (10.94% from 255 or 11.39% from 237); Green value is 70 (27.73% from 255 or 29.54% from 237); Blue value is 140 (55.08% from 255 or 59.07% from 237); Max value from RGB is 140 - color contains mainly: blue. Hex color #1B468C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1B468C is #E4B973. Grayscale: #404040. Windows color (decimal): -14989684 or 9192987. OLE color: 9192987.

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

Color convert

RGB 27 70 140 -
CMYK 0.81 0.50 0 0.45
HSL 217.17º 0.68% 0.33% -
HSV(B) 217.17º 0.81% 0.55% -
XYZ 7.38 6.51 25.68 -
YUV 65.12 170.25 100.81 -
System Red Green Blue C M Y K H S L
Decimal 27 70 140 0.81 0.50 0 0.45 217.17 0.68 0.33
Hex 1B 46 8C 51 32 0 2D D9 44 21
Octal 33 106 214 121 62 0 55 331 104 41
Binary 11011 1000110 10001100 1010001 110010 0 101101 11011001 1000100 100001

Color Harmonies of #1B468C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B468C

Black with #1B468C

Text Example


Text Example

White with #1B468C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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