Html Css Color HEX #125394 Endeavour

📋 copy color: '#125394'

red 18 ◦ green 83 ◦ blue 148

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

Shades of Endeavour #125394

Tints of Endeavour #125394

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 59.44%

R = 7.23%
G = 33.33%
B = 59.44%

CMYK

 C value IS 0.88

 M value IS 0.44

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#125394 (or 0x125394) is known color: Endeavour. HEX triplet: 12, 53 and 94. RGB value is (18,83,148). Sum of RGB (Red+Green+Blue) = 18+83+148=249 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.23% from 249); Green value is 83 (32.81% from 255 or 33.33% from 249); Blue value is 148 (58.20% from 255 or 59.44% from 249); Max value from RGB is 148 - color contains mainly: blue. Hex color #125394 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #125394 is #EDAC6B. Grayscale: #464646. Windows color (decimal): -15576172 or 9720594. OLE color: 9720594.

HSL color Cylindrical-coordinate representation of color #125394: hue angle of 210º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #125394 is Cyan = 0.88, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 18 83 148 -
CMYK 0.88 0.44 0 0.42
HSL 210º 0.78% 0.33% -
HSV(B) 210º 0.88% 0.58% -
XYZ 8.69 8.45 29.19 -
YUV 70.98 171.47 90.21 -
System Red Green Blue C M Y K H S L
Decimal 18 83 148 0.88 0.44 0 0.42 210 0.78 0.33
Hex 12 53 94 58 2C 0 2A D2 4E 21
Octal 22 123 224 130 54 0 52 322 116 41
Binary 10010 1010011 10010100 1011000 101100 0 101010 11010010 1001110 100001

Color Harmonies of #125394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125394

Black with #125394

Text Example


Text Example

White with #125394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #125394; }

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

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

background-color css

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

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

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

border-color css

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

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

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