Html Css Color HEX #125BE0 Navy Blue

📋 copy color: '#125BE0'

red 18 ◦ green 91 ◦ blue 224

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

Shades of Navy Blue #125BE0

Tints of Navy Blue #125BE0

RGB

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

 GREEN value IS 91 (35.94% from 255) = 27.33%

 BLUE value IS 224 (87.89% from 255) = 67.27%

R = 5.41%
G = 27.33%
B = 67.27%

CMYK

 C value IS 0.92

 M value IS 0.59

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#125BE0 (or 0x125BE0) is known color: Navy Blue. HEX triplet: 12, 5B and E0. RGB value is (18,91,224). Sum of RGB (Red+Green+Blue) = 18+91+224=333 (44% of max value = 765). Red value is 18 (7.42% from 255 or 5.41% from 333); Green value is 91 (35.94% from 255 or 27.33% from 333); Blue value is 224 (87.89% from 255 or 67.27% from 333); Max value from RGB is 224 - color contains mainly: blue. Hex color #125BE0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #125BE0 is #EDA41F. Grayscale: #535353. Windows color (decimal): -15574048 or 14703378. OLE color: 14703378.

HSL color Cylindrical-coordinate representation of color #125BE0: hue angle of 218.74º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #125BE0 is Cyan = 0.92, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 18 91 224 -
CMYK 0.92 0.59 0 0.12
HSL 218.74º 0.85% 0.47% -
HSV(B) 218.74º 0.92% 0.88% -
XYZ 17.45 12.99 72.11 -
YUV 84.34 206.82 80.69 -
System Red Green Blue C M Y K H S L
Decimal 18 91 224 0.92 0.59 0 0.12 218.74 0.85 0.47
Hex 12 5B E0 5C 3B 0 C DB 55 2F
Octal 22 133 340 134 73 0 14 333 125 57
Binary 10010 1011011 11100000 1011100 111011 0 1100 11011011 1010101 101111

Color Harmonies of #125BE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125BE0

Black with #125BE0

Text Example


Text Example

White with #125BE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,91,224); }

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

background-color css

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

 a { background-color: rgb(18,91,224); }

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

border-color css

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

 span { border-color: rgb(18,91,224); }

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