Html Css Color HEX #125FF0 Navy Blue

📋 copy color: '#125FF0'

red 18 ◦ green 95 ◦ blue 240

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

Shades of Navy Blue #125FF0

Tints of Navy Blue #125FF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 67.99%

R = 5.1%
G = 26.91%
B = 67.99%

CMYK

 C value IS 0.92

 M value IS 0.60

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#125FF0 (or 0x125FF0) is known color: Navy Blue. HEX triplet: 12, 5F and F0. RGB value is (18,95,240). Sum of RGB (Red+Green+Blue) = 18+95+240=353 (46% of max value = 765). Red value is 18 (7.42% from 255 or 5.10% from 353); Green value is 95 (37.5% from 255 or 26.91% from 353); Blue value is 240 (94.14% from 255 or 67.99% from 353); Max value from RGB is 240 - color contains mainly: blue. Hex color #125FF0 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #125FF0 is #EDA00F. Grayscale: #575757. Windows color (decimal): -15573008 or 15752978. OLE color: 15752978.

HSL color Cylindrical-coordinate representation of color #125FF0: hue angle of 219.19º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #125FF0 is Cyan = 0.92, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 18 95 240 -
CMYK 0.92 0.60 0 0.06
HSL 219.19º 0.88% 0.51% -
HSV(B) 219.19º 0.93% 0.94% -
XYZ 20.07 14.6 84.2 -
YUV 88.51 213.49 77.71 -
System Red Green Blue C M Y K H S L
Decimal 18 95 240 0.92 0.60 0 0.06 219.19 0.88 0.51
Hex 12 5F F0 5C 3C 0 6 DB 58 33
Octal 22 137 360 134 74 0 6 333 130 63
Binary 10010 1011111 11110000 1011100 111100 0 110 11011011 1011000 110011

Color Harmonies of #125FF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125FF0

Black with #125FF0

Text Example


Text Example

White with #125FF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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