Html Css Color HEX #125DFB Navy Blue

📋 copy color: '#125DFB'

red 18 ◦ green 93 ◦ blue 251

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

Shades of Navy Blue #125DFB

Tints of Navy Blue #125DFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 69.34%

R = 4.97%
G = 25.69%
B = 69.34%

CMYK

 C value IS 0.93

 M value IS 0.63

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#125DFB (or 0x125DFB) is known color: Navy Blue. HEX triplet: 12, 5D and FB. RGB value is (18,93,251). Sum of RGB (Red+Green+Blue) = 18+93+251=362 (47% of max value = 765). Red value is 18 (7.42% from 255 or 4.97% from 362); Green value is 93 (36.72% from 255 or 25.69% from 362); Blue value is 251 (98.44% from 255 or 69.34% from 362); Max value from RGB is 251 - color contains mainly: blue. Hex color #125DFB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #125DFB is #EDA204. Grayscale: #575757. Windows color (decimal): -15573509 or 16473362. OLE color: 16473362.

HSL color Cylindrical-coordinate representation of color #125DFB: hue angle of 220.69º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #125DFB is Cyan = 0.93, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 18 93 251 -
CMYK 0.93 0.63 0 0.02
HSL 220.69º 0.97% 0.53% -
HSV(B) 220.69º 0.93% 0.98% -
XYZ 21.58 14.92 93.01 -
YUV 88.59 219.65 77.65 -
System Red Green Blue C M Y K H S L
Decimal 18 93 251 0.93 0.63 0 0.02 220.69 0.97 0.53
Hex 12 5D FB 5D 3F 0 2 DD 61 35
Octal 22 135 373 135 77 0 2 335 141 65
Binary 10010 1011101 11111011 1011101 111111 0 10 11011101 1100001 110101

Color Harmonies of #125DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125DFB

Black with #125DFB

Text Example


Text Example

White with #125DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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