Html Css Color HEX #125396 Endeavour

📋 copy color: '#125396'

red 18 ◦ green 83 ◦ blue 150

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

Shades of Endeavour #125396

Tints of Endeavour #125396

RGB

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

 GREEN value IS 83 (32.81% from 255) = 33.07%

 BLUE value IS 150 (58.98% from 255) = 59.76%

R = 7.17%
G = 33.07%
B = 59.76%

CMYK

 C value IS 0.88

 M value IS 0.45

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#125396 (or 0x125396) is known color: Endeavour. HEX triplet: 12, 53 and 96. RGB value is (18,83,150). Sum of RGB (Red+Green+Blue) = 18+83+150=251 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.17% from 251); Green value is 83 (32.81% from 255 or 33.07% from 251); Blue value is 150 (58.98% from 255 or 59.76% from 251); Max value from RGB is 150 - color contains mainly: blue. Hex color #125396 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #125396 is #EDAC69. Grayscale: #464646. Windows color (decimal): -15576170 or 9851666. OLE color: 9851666.

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

Color convert

RGB 18 83 150 -
CMYK 0.88 0.45 0 0.41
HSL 210.45º 0.79% 0.33% -
HSV(B) 210.45º 0.88% 0.59% -
XYZ 8.85 8.52 30.03 -
YUV 71.2 172.47 90.05 -
System Red Green Blue C M Y K H S L
Decimal 18 83 150 0.88 0.45 0 0.41 210.45 0.79 0.33
Hex 12 53 96 58 2D 0 29 D2 4F 21
Octal 22 123 226 130 55 0 51 322 117 41
Binary 10010 1010011 10010110 1011000 101101 0 101001 11010010 1001111 100001

Color Harmonies of #125396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125396

Black with #125396

Text Example


Text Example

White with #125396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #125396; }

 p { color: rgb(18,83,150); }

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

background-color css

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

 a { background-color: rgb(18,83,150); }

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

border-color css

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

 span { border-color: rgb(18,83,150); }

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