Html Css Color HEX #125FF1 Navy Blue

📋 copy color: '#125FF1'

red 18 ◦ green 95 ◦ blue 241

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

Shades of Navy Blue #125FF1

Tints of Navy Blue #125FF1

RGB

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

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

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

R = 5.08%
G = 26.84%
B = 68.08%

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

#125FF1 (or 0x125FF1) is known color: Navy Blue. HEX triplet: 12, 5F and F1. RGB value is (18,95,241). Sum of RGB (Red+Green+Blue) = 18+95+241=354 (46% of max value = 765). Red value is 18 (7.42% from 255 or 5.08% from 354); Green value is 95 (37.5% from 255 or 26.84% from 354); Blue value is 241 (94.53% from 255 or 68.08% from 354); Max value from RGB is 241 - color contains mainly: blue. Hex color #125FF1 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #125FF1 is #EDA00E. Grayscale: #575757. Windows color (decimal): -15573007 or 15818514. OLE color: 15818514.

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

Color convert

RGB 18 95 241 -
CMYK 0.93 0.61 0 0.05
HSL 219.28º 0.89% 0.51% -
HSV(B) 219.28º 0.93% 0.95% -
XYZ 20.22 14.66 84.98 -
YUV 88.62 213.99 77.63 -
System Red Green Blue C M Y K H S L
Decimal 18 95 241 0.93 0.61 0 0.05 219.28 0.89 0.51
Hex 12 5F F1 5D 3D 0 5 DB 59 33
Octal 22 137 361 135 75 0 5 333 131 63
Binary 10010 1011111 11110001 1011101 111101 0 101 11011011 1011001 110011

Color Harmonies of #125FF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125FF1

Black with #125FF1

Text Example


Text Example

White with #125FF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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