Html Css Color HEX #125FDC Navy Blue

📋 copy color: '#125FDC'

red 18 ◦ green 95 ◦ blue 220

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

Shades of Navy Blue #125FDC

Tints of Navy Blue #125FDC

RGB

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

 GREEN value IS 95 (37.5% from 255) = 28.53%

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

R = 5.41%
G = 28.53%
B = 66.07%

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

#125FDC (or 0x125FDC) is known color: Navy Blue. HEX triplet: 12, 5F and DC. RGB value is (18,95,220). Sum of RGB (Red+Green+Blue) = 18+95+220=333 (44% of max value = 765). Red value is 18 (7.42% from 255 or 5.41% from 333); Green value is 95 (37.5% from 255 or 28.53% from 333); Blue value is 220 (86.33% from 255 or 66.07% from 333); Max value from RGB is 220 - color contains mainly: blue. Hex color #125FDC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #125FDC is #EDA023. Grayscale: #555555. Windows color (decimal): -15573028 or 14442258. OLE color: 14442258.

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

Color convert

RGB 18 95 220 -
CMYK 0.92 0.57 0 0.14
HSL 217.13º 0.85% 0.47% -
HSV(B) 217.13º 0.92% 0.86% -
XYZ 17.26 13.48 69.4 -
YUV 86.23 203.49 79.34 -
System Red Green Blue C M Y K H S L
Decimal 18 95 220 0.92 0.57 0 0.14 217.13 0.85 0.47
Hex 12 5F DC 5C 39 0 E D9 55 2F
Octal 22 137 334 134 71 0 16 331 125 57
Binary 10010 1011111 11011100 1011100 111001 0 1110 11011001 1010101 101111

Color Harmonies of #125FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125FDC

Black with #125FDC

Text Example


Text Example

White with #125FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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