Html Css Color HEX #125DDA Navy Blue

📋 copy color: '#125DDA'

red 18 ◦ green 93 ◦ blue 218

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

Shades of Navy Blue #125DDA

Tints of Navy Blue #125DDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 66.26%

R = 5.47%
G = 28.27%
B = 66.26%

CMYK

 C value IS 0.92

 M value IS 0.57

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#125DDA (or 0x125DDA) is known color: Navy Blue. HEX triplet: 12, 5D and DA. RGB value is (18,93,218). Sum of RGB (Red+Green+Blue) = 18+93+218=329 (43% of max value = 765). Red value is 18 (7.42% from 255 or 5.47% from 329); Green value is 93 (36.72% from 255 or 28.27% from 329); Blue value is 218 (85.55% from 255 or 66.26% from 329); Max value from RGB is 218 - color contains mainly: blue. Hex color #125DDA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #125DDA is #EDA225. Grayscale: #545454. Windows color (decimal): -15573542 or 14310674. OLE color: 14310674.

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

Color convert

RGB 18 93 218 -
CMYK 0.92 0.57 0 0.15
HSL 217.5º 0.85% 0.46% -
HSV(B) 217.5º 0.92% 0.85% -
XYZ 16.82 13.02 67.96 -
YUV 84.83 203.15 80.34 -
System Red Green Blue C M Y K H S L
Decimal 18 93 218 0.92 0.57 0 0.15 217.5 0.85 0.46
Hex 12 5D DA 5C 39 0 F DA 55 2E
Octal 22 135 332 134 71 0 17 332 125 56
Binary 10010 1011101 11011010 1011100 111001 0 1111 11011010 1010101 101110

Color Harmonies of #125DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125DDA

Black with #125DDA

Text Example


Text Example

White with #125DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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