Html Css Color HEX #125A94 Endeavour

📋 copy color: '#125A94'

red 18 ◦ green 90 ◦ blue 148

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

Shades of Endeavour #125A94

Tints of Endeavour #125A94

RGB

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

 GREEN value IS 90 (35.55% from 255) = 35.16%

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

R = 7.03%
G = 35.16%
B = 57.81%

CMYK

 C value IS 0.88

 M value IS 0.39

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#125A94 (or 0x125A94) is known color: Endeavour. HEX triplet: 12, 5A and 94. RGB value is (18,90,148). Sum of RGB (Red+Green+Blue) = 18+90+148=256 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.03% from 256); Green value is 90 (35.55% from 255 or 35.16% from 256); Blue value is 148 (58.20% from 255 or 57.81% from 256); Max value from RGB is 148 - color contains mainly: blue. Hex color #125A94 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #125A94 is #EDA56B. Grayscale: #4A4A4A. Windows color (decimal): -15574380 or 9722386. OLE color: 9722386.

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

Color convert

RGB 18 90 148 -
CMYK 0.88 0.39 0 0.42
HSL 206.77º 0.78% 0.33% -
HSV(B) 206.77º 0.88% 0.58% -
XYZ 9.25 9.58 29.38 -
YUV 75.08 169.15 87.28 -
System Red Green Blue C M Y K H S L
Decimal 18 90 148 0.88 0.39 0 0.42 206.77 0.78 0.33
Hex 12 5A 94 58 27 0 2A CF 4E 21
Octal 22 132 224 130 47 0 52 317 116 41
Binary 10010 1011010 10010100 1011000 100111 0 101010 11001111 1001110 100001

Color Harmonies of #125A94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125A94

Black with #125A94

Text Example


Text Example

White with #125A94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #125A94; }

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

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

background-color css

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

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

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

border-color css

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

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

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