Html Css Color HEX #125ADE Navy Blue

📋 copy color: '#125ADE'

red 18 ◦ green 90 ◦ blue 222

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

Shades of Navy Blue #125ADE

Tints of Navy Blue #125ADE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 67.27%

R = 5.45%
G = 27.27%
B = 67.27%

CMYK

 C value IS 0.92

 M value IS 0.59

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#125ADE (or 0x125ADE) is known color: Navy Blue. HEX triplet: 12, 5A and DE. RGB value is (18,90,222). Sum of RGB (Red+Green+Blue) = 18+90+222=330 (43% of max value = 765). Red value is 18 (7.42% from 255 or 5.45% from 330); Green value is 90 (35.55% from 255 or 27.27% from 330); Blue value is 222 (87.11% from 255 or 67.27% from 330); Max value from RGB is 222 - color contains mainly: blue. Hex color #125ADE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #125ADE is #EDA521. Grayscale: #525252. Windows color (decimal): -15574306 or 14572050. OLE color: 14572050.

HSL color Cylindrical-coordinate representation of color #125ADE: hue angle of 218.82º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #125ADE is Cyan = 0.92, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 18 90 222 -
CMYK 0.92 0.59 0 0.13
HSL 218.82º 0.85% 0.47% -
HSV(B) 218.82º 0.92% 0.87% -
XYZ 17.09 12.71 70.66 -
YUV 83.52 206.15 81.27 -
System Red Green Blue C M Y K H S L
Decimal 18 90 222 0.92 0.59 0 0.13 218.82 0.85 0.47
Hex 12 5A DE 5C 3B 0 D DB 55 2F
Octal 22 132 336 134 73 0 15 333 125 57
Binary 10010 1011010 11011110 1011100 111011 0 1101 11011011 1010101 101111

Color Harmonies of #125ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125ADE

Black with #125ADE

Text Example


Text Example

White with #125ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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