Html Css Color HEX #125DDC Navy Blue

📋 copy color: '#125DDC'

red 18 ◦ green 93 ◦ blue 220

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

Shades of Navy Blue #125DDC

Tints of Navy Blue #125DDC

RGB

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

 GREEN value IS 93 (36.72% from 255) = 28.1%

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

R = 5.44%
G = 28.1%
B = 66.47%

CMYK

 C value IS 0.92

 M value IS 0.58

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#125DDC (or 0x125DDC) is known color: Navy Blue. HEX triplet: 12, 5D and DC. RGB value is (18,93,220). Sum of RGB (Red+Green+Blue) = 18+93+220=331 (43% of max value = 765). Red value is 18 (7.42% from 255 or 5.44% from 331); Green value is 93 (36.72% from 255 or 28.10% from 331); Blue value is 220 (86.33% from 255 or 66.47% from 331); Max value from RGB is 220 - color contains mainly: blue. Hex color #125DDC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #125DDC is #EDA223. Grayscale: #545454. Windows color (decimal): -15573540 or 14441746. OLE color: 14441746.

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

Color convert

RGB 18 93 220 -
CMYK 0.92 0.58 0 0.14
HSL 217.72º 0.85% 0.47% -
HSV(B) 217.72º 0.92% 0.86% -
XYZ 17.08 13.12 69.34 -
YUV 85.05 204.15 80.17 -
System Red Green Blue C M Y K H S L
Decimal 18 93 220 0.92 0.58 0 0.14 217.72 0.85 0.47
Hex 12 5D DC 5C 3A 0 E DA 55 2F
Octal 22 135 334 134 72 0 16 332 125 57
Binary 10010 1011101 11011100 1011100 111010 0 1110 11011010 1010101 101111

Color Harmonies of #125DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125DDC

Black with #125DDC

Text Example


Text Example

White with #125DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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