Html Css Color HEX #125EDB Navy Blue

📋 copy color: '#125EDB'

red 18 ◦ green 94 ◦ blue 219

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

Shades of Navy Blue #125EDB

Tints of Navy Blue #125EDB

RGB

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

 GREEN value IS 94 (37.11% from 255) = 28.4%

 BLUE value IS 219 (85.94% from 255) = 66.16%

R = 5.44%
G = 28.4%
B = 66.16%

CMYK

 C value IS 0.92

 M value IS 0.57

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#125EDB (or 0x125EDB) is known color: Navy Blue. HEX triplet: 12, 5E and DB. RGB value is (18,94,219). Sum of RGB (Red+Green+Blue) = 18+94+219=331 (43% of max value = 765). Red value is 18 (7.42% from 255 or 5.44% from 331); Green value is 94 (37.11% from 255 or 28.40% from 331); Blue value is 219 (85.94% from 255 or 66.16% from 331); Max value from RGB is 219 - color contains mainly: blue. Hex color #125EDB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #125EDB is #EDA124. Grayscale: #545454. Windows color (decimal): -15573285 or 14376466. OLE color: 14376466.

HSL color Cylindrical-coordinate representation of color #125EDB: hue angle of 217.31º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #125EDB is Cyan = 0.92, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 18 94 219 -
CMYK 0.92 0.57 0 0.14
HSL 217.31º 0.85% 0.46% -
HSV(B) 217.31º 0.92% 0.86% -
XYZ 17.04 13.25 68.68 -
YUV 85.53 203.32 79.84 -
System Red Green Blue C M Y K H S L
Decimal 18 94 219 0.92 0.57 0 0.14 217.31 0.85 0.46
Hex 12 5E DB 5C 39 0 E D9 55 2E
Octal 22 136 333 134 71 0 16 331 125 56
Binary 10010 1011110 11011011 1011100 111001 0 1110 11011001 1010101 101110

Color Harmonies of #125EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125EDB

Black with #125EDB

Text Example


Text Example

White with #125EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,94,219); }

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

background-color css

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

 a { background-color: rgb(18,94,219); }

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

border-color css

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

 span { border-color: rgb(18,94,219); }

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