Html Css Color HEX #126398 Endeavour

📋 copy color: '#126398'

red 18 ◦ green 99 ◦ blue 152

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

Shades of Endeavour #126398

Tints of Endeavour #126398

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 56.51%

R = 6.69%
G = 36.8%
B = 56.51%

CMYK

 C value IS 0.88

 M value IS 0.35

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#126398 (or 0x126398) is known color: Endeavour. HEX triplet: 12, 63 and 98. RGB value is (18,99,152). Sum of RGB (Red+Green+Blue) = 18+99+152=269 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.69% from 269); Green value is 99 (39.06% from 255 or 36.80% from 269); Blue value is 152 (59.77% from 255 or 56.51% from 269); Max value from RGB is 152 - color contains mainly: blue. Hex color #126398 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #126398 is #ED9C67. Grayscale: #505050. Windows color (decimal): -15572072 or 9986834. OLE color: 9986834.

HSL color Cylindrical-coordinate representation of color #126398: hue angle of 203.73º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #126398 is Cyan = 0.88, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 18 99 152 -
CMYK 0.88 0.35 0 0.40
HSL 203.73º 0.79% 0.33% -
HSV(B) 203.73º 0.88% 0.6% -
XYZ 10.38 11.32 31.34 -
YUV 80.82 168.16 83.19 -
System Red Green Blue C M Y K H S L
Decimal 18 99 152 0.88 0.35 0 0.40 203.73 0.79 0.33
Hex 12 63 98 58 23 0 28 CC 4F 21
Octal 22 143 230 130 43 0 50 314 117 41
Binary 10010 1100011 10011000 1011000 100011 0 101000 11001100 1001111 100001

Color Harmonies of #126398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126398

Black with #126398

Text Example


Text Example

White with #126398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #126398; }

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

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

background-color css

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

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

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

border-color css

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

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

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