Html Css Color HEX #12639D Endeavour

📋 copy color: '#12639D'

red 18 ◦ green 99 ◦ blue 157

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

Shades of Endeavour #12639D

Tints of Endeavour #12639D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 57.3%

R = 6.57%
G = 36.13%
B = 57.3%

CMYK

 C value IS 0.89

 M value IS 0.37

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#12639D (or 0x12639D) is known color: Endeavour. HEX triplet: 12, 63 and 9D. RGB value is (18,99,157). Sum of RGB (Red+Green+Blue) = 18+99+157=274 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.57% from 274); Green value is 99 (39.06% from 255 or 36.13% from 274); Blue value is 157 (61.72% from 255 or 57.30% from 274); Max value from RGB is 157 - color contains mainly: blue. Hex color #12639D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #12639D is #ED9C62. Grayscale: #515151. Windows color (decimal): -15572067 or 10314514. OLE color: 10314514.

HSL color Cylindrical-coordinate representation of color #12639D: hue angle of 205.04º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #12639D is Cyan = 0.89, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 18 99 157 -
CMYK 0.89 0.37 0 0.38
HSL 205.04º 0.79% 0.34% -
HSV(B) 205.04º 0.89% 0.62% -
XYZ 10.8 11.49 33.55 -
YUV 81.39 170.66 82.78 -
System Red Green Blue C M Y K H S L
Decimal 18 99 157 0.89 0.37 0 0.38 205.04 0.79 0.34
Hex 12 63 9D 59 25 0 26 CD 4F 22
Octal 22 143 235 131 45 0 46 315 117 42
Binary 10010 1100011 10011101 1011001 100101 0 100110 11001101 1001111 100010

Color Harmonies of #12639D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12639D

Black with #12639D

Text Example


Text Example

White with #12639D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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