Html Css Color HEX #125ADD Navy Blue

📋 copy color: '#125ADD'

red 18 ◦ green 90 ◦ blue 221

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

Shades of Navy Blue #125ADD

Tints of Navy Blue #125ADD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 67.17%

R = 5.47%
G = 27.36%
B = 67.17%

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

#125ADD (or 0x125ADD) is known color: Navy Blue. HEX triplet: 12, 5A and DD. RGB value is (18,90,221). Sum of RGB (Red+Green+Blue) = 18+90+221=329 (43% of max value = 765). Red value is 18 (7.42% from 255 or 5.47% from 329); Green value is 90 (35.55% from 255 or 27.36% from 329); Blue value is 221 (86.72% from 255 or 67.17% from 329); Max value from RGB is 221 - color contains mainly: blue. Hex color #125ADD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #125ADD is #EDA522. Grayscale: #525252. Windows color (decimal): -15574307 or 14506514. OLE color: 14506514.

HSL color Cylindrical-coordinate representation of color #125ADD: hue angle of 218.72º 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 #125ADD is Cyan = 0.92, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 18 90 221 -
CMYK 0.92 0.59 0 0.13
HSL 218.72º 0.85% 0.47% -
HSV(B) 218.72º 0.92% 0.87% -
XYZ 16.96 12.66 69.96 -
YUV 83.41 205.65 81.35 -
System Red Green Blue C M Y K H S L
Decimal 18 90 221 0.92 0.59 0 0.13 218.72 0.85 0.47
Hex 12 5A DD 5C 3B 0 D DB 55 2F
Octal 22 132 335 134 73 0 15 333 125 57
Binary 10010 1011010 11011101 1011100 111011 0 1101 11011011 1010101 101111

Color Harmonies of #125ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125ADD

Black with #125ADD

Text Example


Text Example

White with #125ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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