Html Css Color HEX #125DF7 Navy Blue

📋 copy color: '#125DF7'

red 18 ◦ green 93 ◦ blue 247

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

Shades of Navy Blue #125DF7

Tints of Navy Blue #125DF7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 68.99%

R = 5.03%
G = 25.98%
B = 68.99%

CMYK

 C value IS 0.93

 M value IS 0.62

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#125DF7 (or 0x125DF7) is known color: Navy Blue. HEX triplet: 12, 5D and F7. RGB value is (18,93,247). Sum of RGB (Red+Green+Blue) = 18+93+247=358 (47% of max value = 765). Red value is 18 (7.42% from 255 or 5.03% from 358); Green value is 93 (36.72% from 255 or 25.98% from 358); Blue value is 247 (96.88% from 255 or 68.99% from 358); Max value from RGB is 247 - color contains mainly: blue. Hex color #125DF7 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #125DF7 is #EDA208. Grayscale: #575757. Windows color (decimal): -15573513 or 16211218. OLE color: 16211218.

HSL color Cylindrical-coordinate representation of color #125DF7: hue angle of 220.35º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #125DF7 is Cyan = 0.93, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 18 93 247 -
CMYK 0.93 0.62 0 0.03
HSL 220.35º 0.93% 0.52% -
HSV(B) 220.35º 0.93% 0.97% -
XYZ 20.95 14.67 89.72 -
YUV 88.13 217.65 77.98 -
System Red Green Blue C M Y K H S L
Decimal 18 93 247 0.93 0.62 0 0.03 220.35 0.93 0.52
Hex 12 5D F7 5D 3E 0 3 DC 5D 34
Octal 22 135 367 135 76 0 3 334 135 64
Binary 10010 1011101 11110111 1011101 111110 0 11 11011100 1011101 110100

Color Harmonies of #125DF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125DF7

Black with #125DF7

Text Example


Text Example

White with #125DF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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