Html Css Color HEX #125ADA Navy Blue

📋 copy color: '#125ADA'

red 18 ◦ green 90 ◦ blue 218

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

Shades of Navy Blue #125ADA

Tints of Navy Blue #125ADA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 66.87%

R = 5.52%
G = 27.61%
B = 66.87%

CMYK

 C value IS 0.92

 M value IS 0.59

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#125ADA (or 0x125ADA) is known color: Navy Blue. HEX triplet: 12, 5A and DA. RGB value is (18,90,218). Sum of RGB (Red+Green+Blue) = 18+90+218=326 (43% of max value = 765). Red value is 18 (7.42% from 255 or 5.52% from 326); Green value is 90 (35.55% from 255 or 27.61% from 326); Blue value is 218 (85.55% from 255 or 66.87% from 326); Max value from RGB is 218 - color contains mainly: blue. Hex color #125ADA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #125ADA is #EDA525. Grayscale: #525252. Windows color (decimal): -15574310 or 14309906. OLE color: 14309906.

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

Color convert

RGB 18 90 218 -
CMYK 0.92 0.59 0 0.15
HSL 218.4º 0.85% 0.46% -
HSV(B) 218.4º 0.92% 0.85% -
XYZ 16.56 12.5 67.87 -
YUV 83.06 204.15 81.59 -
System Red Green Blue C M Y K H S L
Decimal 18 90 218 0.92 0.59 0 0.15 218.4 0.85 0.46
Hex 12 5A DA 5C 3B 0 F DA 55 2E
Octal 22 132 332 134 73 0 17 332 125 56
Binary 10010 1011010 11011010 1011100 111011 0 1111 11011010 1010101 101110

Color Harmonies of #125ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125ADA

Black with #125ADA

Text Example


Text Example

White with #125ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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