Html Css Color HEX #12569B Endeavour

📋 copy color: '#12569B'

red 18 ◦ green 86 ◦ blue 155

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

Shades of Endeavour #12569B

Tints of Endeavour #12569B

RGB

 RED value IS 18 (7.42% from 255) = 6.95%

 GREEN value IS 86 (33.98% from 255) = 33.2%

 BLUE value IS 155 (60.94% from 255) = 59.85%

R = 6.95%
G = 33.2%
B = 59.85%

CMYK

 C value IS 0.88

 M value IS 0.45

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#12569B (or 0x12569B) is known color: Endeavour. HEX triplet: 12, 56 and 9B. RGB value is (18,86,155). Sum of RGB (Red+Green+Blue) = 18+86+155=259 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.95% from 259); Green value is 86 (33.98% from 255 or 33.20% from 259); Blue value is 155 (60.94% from 255 or 59.85% from 259); Max value from RGB is 155 - color contains mainly: blue. Hex color #12569B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #12569B is #EDA964. Grayscale: #494949. Windows color (decimal): -15575397 or 10180114. OLE color: 10180114.

HSL color Cylindrical-coordinate representation of color #12569B: hue angle of 210.22º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #12569B is Cyan = 0.88, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 18 86 155 -
CMYK 0.88 0.45 0 0.39
HSL 210.22º 0.79% 0.34% -
HSV(B) 210.22º 0.88% 0.61% -
XYZ 9.49 9.15 32.28 -
YUV 73.53 173.97 88.39 -
System Red Green Blue C M Y K H S L
Decimal 18 86 155 0.88 0.45 0 0.39 210.22 0.79 0.34
Hex 12 56 9B 58 2D 0 27 D2 4F 22
Octal 22 126 233 130 55 0 47 322 117 42
Binary 10010 1010110 10011011 1011000 101101 0 100111 11010010 1001111 100010

Color Harmonies of #12569B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12569B

Black with #12569B

Text Example


Text Example

White with #12569B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12569B; }

 p { color: rgb(18,86,155); }

 H1.HeaderClassName
 {
   color: #12569B;
 }
 .AnyTagClassName
 {
   color: #12569B;
 }
</style>

background-color css

<style>
 a { background-color: #12569B; }

 a { background-color: rgb(18,86,155); }

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

border-color css

<style>
 span { border-color: #12569B; }

 span { border-color: rgb(18,86,155); }

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