Html Css Color HEX #125EDC Navy Blue

📋 copy color: '#125EDC'

red 18 ◦ green 94 ◦ blue 220

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

Shades of Navy Blue #125EDC

Tints of Navy Blue #125EDC

RGB

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

 GREEN value IS 94 (37.11% from 255) = 28.31%

 BLUE value IS 220 (86.33% from 255) = 66.27%

R = 5.42%
G = 28.31%
B = 66.27%

CMYK

 C value IS 0.92

 M value IS 0.57

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#125EDC (or 0x125EDC) is known color: Navy Blue. HEX triplet: 12, 5E and DC. RGB value is (18,94,220). Sum of RGB (Red+Green+Blue) = 18+94+220=332 (43% of max value = 765). Red value is 18 (7.42% from 255 or 5.42% from 332); Green value is 94 (37.11% from 255 or 28.31% from 332); Blue value is 220 (86.33% from 255 or 66.27% from 332); Max value from RGB is 220 - color contains mainly: blue. Hex color #125EDC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #125EDC is #EDA123. Grayscale: #555555. Windows color (decimal): -15573284 or 14442002. OLE color: 14442002.

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

Color convert

RGB 18 94 220 -
CMYK 0.92 0.57 0 0.14
HSL 217.43º 0.85% 0.47% -
HSV(B) 217.43º 0.92% 0.86% -
XYZ 17.17 13.3 69.37 -
YUV 85.64 203.82 79.75 -
System Red Green Blue C M Y K H S L
Decimal 18 94 220 0.92 0.57 0 0.14 217.43 0.85 0.47
Hex 12 5E DC 5C 39 0 E D9 55 2F
Octal 22 136 334 134 71 0 16 331 125 57
Binary 10010 1011110 11011100 1011100 111001 0 1110 11011001 1010101 101111

Color Harmonies of #125EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125EDC

Black with #125EDC

Text Example


Text Example

White with #125EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,94,220); }

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

background-color css

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

 a { background-color: rgb(18,94,220); }

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

border-color css

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

 span { border-color: rgb(18,94,220); }

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