Html Css Color HEX #125DDB Navy Blue

📋 copy color: '#125DDB'

red 18 ◦ green 93 ◦ blue 219

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

Shades of Navy Blue #125DDB

Tints of Navy Blue #125DDB

RGB

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

 GREEN value IS 93 (36.72% from 255) = 28.18%

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

R = 5.45%
G = 28.18%
B = 66.36%

CMYK

 C value IS 0.92

 M value IS 0.58

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#125DDB (or 0x125DDB) is known color: Navy Blue. HEX triplet: 12, 5D and DB. RGB value is (18,93,219). Sum of RGB (Red+Green+Blue) = 18+93+219=330 (43% of max value = 765). Red value is 18 (7.42% from 255 or 5.45% from 330); Green value is 93 (36.72% from 255 or 28.18% from 330); Blue value is 219 (85.94% from 255 or 66.36% from 330); Max value from RGB is 219 - color contains mainly: blue. Hex color #125DDB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #125DDB is #EDA224. Grayscale: #545454. Windows color (decimal): -15573541 or 14376210. OLE color: 14376210.

HSL color Cylindrical-coordinate representation of color #125DDB: hue angle of 217.61º 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 #125DDB is Cyan = 0.92, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 18 93 219 -
CMYK 0.92 0.58 0 0.14
HSL 217.61º 0.85% 0.46% -
HSV(B) 217.61º 0.92% 0.86% -
XYZ 16.95 13.07 68.65 -
YUV 84.94 203.65 80.25 -
System Red Green Blue C M Y K H S L
Decimal 18 93 219 0.92 0.58 0 0.14 217.61 0.85 0.46
Hex 12 5D DB 5C 3A 0 E DA 55 2E
Octal 22 135 333 134 72 0 16 332 125 56
Binary 10010 1011101 11011011 1011100 111010 0 1110 11011010 1010101 101110

Color Harmonies of #125DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125DDB

Black with #125DDB

Text Example


Text Example

White with #125DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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