Html Css Color HEX #125CFB Navy Blue

📋 copy color: '#125CFB'

red 18 ◦ green 92 ◦ blue 251

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

Shades of Navy Blue #125CFB

Tints of Navy Blue #125CFB

RGB

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

 GREEN value IS 92 (36.33% from 255) = 25.48%

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

R = 4.99%
G = 25.48%
B = 69.53%

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

#125CFB (or 0x125CFB) is known color: Navy Blue. HEX triplet: 12, 5C and FB. RGB value is (18,92,251). Sum of RGB (Red+Green+Blue) = 18+92+251=361 (47% of max value = 765). Red value is 18 (7.42% from 255 or 4.99% from 361); Green value is 92 (36.33% from 255 or 25.48% from 361); Blue value is 251 (98.44% from 255 or 69.53% from 361); Max value from RGB is 251 - color contains mainly: blue. Hex color #125CFB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #125CFB is #EDA304. Grayscale: #575757. Windows color (decimal): -15573765 or 16473106. OLE color: 16473106.

HSL color Cylindrical-coordinate representation of color #125CFB: hue angle of 220.94º 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 #125CFB is Cyan = 0.93, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 18 92 251 -
CMYK 0.93 0.63 0 0.02
HSL 220.94º 0.97% 0.53% -
HSV(B) 220.94º 0.93% 0.98% -
XYZ 21.49 14.75 92.98 -
YUV 88 219.98 78.07 -
System Red Green Blue C M Y K H S L
Decimal 18 92 251 0.93 0.63 0 0.02 220.94 0.97 0.53
Hex 12 5C FB 5D 3F 0 2 DD 61 35
Octal 22 134 373 135 77 0 2 335 141 65
Binary 10010 1011100 11111011 1011101 111111 0 10 11011101 1100001 110101

Color Harmonies of #125CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125CFB

Black with #125CFB

Text Example


Text Example

White with #125CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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