Html Css Color HEX #125FDF Navy Blue

📋 copy color: '#125FDF'

red 18 ◦ green 95 ◦ blue 223

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

Shades of Navy Blue #125FDF

Tints of Navy Blue #125FDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 66.37%

R = 5.36%
G = 28.27%
B = 66.37%

CMYK

 C value IS 0.92

 M value IS 0.57

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#125FDF (or 0x125FDF) is known color: Navy Blue. HEX triplet: 12, 5F and DF. RGB value is (18,95,223). Sum of RGB (Red+Green+Blue) = 18+95+223=336 (44% of max value = 765). Red value is 18 (7.42% from 255 or 5.36% from 336); Green value is 95 (37.5% from 255 or 28.27% from 336); Blue value is 223 (87.5% from 255 or 66.37% from 336); Max value from RGB is 223 - color contains mainly: blue. Hex color #125FDF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #125FDF is #EDA020. Grayscale: #555555. Windows color (decimal): -15573025 or 14638866. OLE color: 14638866.

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

Color convert

RGB 18 95 223 -
CMYK 0.92 0.57 0 0.13
HSL 217.46º 0.85% 0.47% -
HSV(B) 217.46º 0.92% 0.87% -
XYZ 17.66 13.64 71.51 -
YUV 86.57 204.99 79.09 -
System Red Green Blue C M Y K H S L
Decimal 18 95 223 0.92 0.57 0 0.13 217.46 0.85 0.47
Hex 12 5F DF 5C 39 0 D D9 55 2F
Octal 22 137 337 134 71 0 15 331 125 57
Binary 10010 1011111 11011111 1011100 111001 0 1101 11011001 1010101 101111

Color Harmonies of #125FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125FDF

Black with #125FDF

Text Example


Text Example

White with #125FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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