Html Css Color HEX #12639B Endeavour

📋 copy color: '#12639B'

red 18 ◦ green 99 ◦ blue 155

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

Shades of Endeavour #12639B

Tints of Endeavour #12639B

RGB

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

 GREEN value IS 99 (39.06% from 255) = 36.4%

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

R = 6.62%
G = 36.4%
B = 56.99%

CMYK

 C value IS 0.88

 M value IS 0.36

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#12639B (or 0x12639B) is known color: Endeavour. HEX triplet: 12, 63 and 9B. RGB value is (18,99,155). Sum of RGB (Red+Green+Blue) = 18+99+155=272 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.62% from 272); Green value is 99 (39.06% from 255 or 36.40% from 272); Blue value is 155 (60.94% from 255 or 56.99% from 272); Max value from RGB is 155 - color contains mainly: blue. Hex color #12639B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #12639B is #ED9C64. Grayscale: #505050. Windows color (decimal): -15572069 or 10183442. OLE color: 10183442.

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

Color convert

RGB 18 99 155 -
CMYK 0.88 0.36 0 0.39
HSL 204.53º 0.79% 0.34% -
HSV(B) 204.53º 0.88% 0.61% -
XYZ 10.63 11.42 32.65 -
YUV 81.17 169.66 82.95 -
System Red Green Blue C M Y K H S L
Decimal 18 99 155 0.88 0.36 0 0.39 204.53 0.79 0.34
Hex 12 63 9B 58 24 0 27 CD 4F 22
Octal 22 143 233 130 44 0 47 315 117 42
Binary 10010 1100011 10011011 1011000 100100 0 100111 11001101 1001111 100010

Color Harmonies of #12639B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12639B

Black with #12639B

Text Example


Text Example

White with #12639B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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