Html Css Color HEX #12609C Endeavour

📋 copy color: '#12609C'

red 18 ◦ green 96 ◦ blue 156

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

Shades of Endeavour #12609C

Tints of Endeavour #12609C

RGB

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

 GREEN value IS 96 (37.89% from 255) = 35.56%

 BLUE value IS 156 (61.33% from 255) = 57.78%

R = 6.67%
G = 35.56%
B = 57.78%

CMYK

 C value IS 0.88

 M value IS 0.38

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#12609C (or 0x12609C) is known color: Endeavour. HEX triplet: 12, 60 and 9C. RGB value is (18,96,156). Sum of RGB (Red+Green+Blue) = 18+96+156=270 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.67% from 270); Green value is 96 (37.89% from 255 or 35.56% from 270); Blue value is 156 (61.33% from 255 or 57.78% from 270); Max value from RGB is 156 - color contains mainly: blue. Hex color #12609C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #12609C is #ED9F63. Grayscale: #4F4F4F. Windows color (decimal): -15572836 or 10248210. OLE color: 10248210.

HSL color Cylindrical-coordinate representation of color #12609C: hue angle of 206.09º 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 #12609C is Cyan = 0.88, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 18 96 156 -
CMYK 0.88 0.38 0 0.39
HSL 206.09º 0.79% 0.34% -
HSV(B) 206.09º 0.88% 0.61% -
XYZ 10.43 10.89 33.01 -
YUV 79.52 171.16 84.12 -
System Red Green Blue C M Y K H S L
Decimal 18 96 156 0.88 0.38 0 0.39 206.09 0.79 0.34
Hex 12 60 9C 58 26 0 27 CE 4F 22
Octal 22 140 234 130 46 0 47 316 117 42
Binary 10010 1100000 10011100 1011000 100110 0 100111 11001110 1001111 100010

Color Harmonies of #12609C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12609C

Black with #12609C

Text Example


Text Example

White with #12609C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12609C; }

 p { color: rgb(18,96,156); }

 H1.HeaderClassName
 {
   color: #12609C;
 }
 .AnyTagClassName
 {
   color: #12609C;
 }
</style>

background-color css

<style>
 a { background-color: #12609C; }

 a { background-color: rgb(18,96,156); }

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

border-color css

<style>
 span { border-color: #12609C; }

 span { border-color: rgb(18,96,156); }

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