Html Css Color HEX #125DF1 Navy Blue

📋 copy color: '#125DF1'

red 18 ◦ green 93 ◦ blue 241

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

Shades of Navy Blue #125DF1

Tints of Navy Blue #125DF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 68.47%

R = 5.11%
G = 26.42%
B = 68.47%

CMYK

 C value IS 0.93

 M value IS 0.61

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#125DF1 (or 0x125DF1) is known color: Navy Blue. HEX triplet: 12, 5D and F1. RGB value is (18,93,241). Sum of RGB (Red+Green+Blue) = 18+93+241=352 (46% of max value = 765). Red value is 18 (7.42% from 255 or 5.11% from 352); Green value is 93 (36.72% from 255 or 26.42% from 352); Blue value is 241 (94.53% from 255 or 68.47% from 352); Max value from RGB is 241 - color contains mainly: blue. Hex color #125DF1 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #125DF1 is #EDA20E. Grayscale: #565656. Windows color (decimal): -15573519 or 15818002. OLE color: 15818002.

HSL color Cylindrical-coordinate representation of color #125DF1: hue angle of 219.82º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #125DF1 is Cyan = 0.93, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 18 93 241 -
CMYK 0.93 0.61 0 0.05
HSL 219.82º 0.89% 0.51% -
HSV(B) 219.82º 0.93% 0.95% -
XYZ 20.04 14.31 84.92 -
YUV 87.45 214.65 78.47 -
System Red Green Blue C M Y K H S L
Decimal 18 93 241 0.93 0.61 0 0.05 219.82 0.89 0.51
Hex 12 5D F1 5D 3D 0 5 DC 59 33
Octal 22 135 361 135 75 0 5 334 131 63
Binary 10010 1011101 11110001 1011101 111101 0 101 11011100 1011001 110011

Color Harmonies of #125DF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125DF1

Black with #125DF1

Text Example


Text Example

White with #125DF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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