Html Css Color HEX #1250DD Navy Blue

📋 copy color: '#1250DD'

red 18 ◦ green 80 ◦ blue 221

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

Shades of Navy Blue #1250DD

Tints of Navy Blue #1250DD

RGB

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

 GREEN value IS 80 (31.64% from 255) = 25.08%

 BLUE value IS 221 (86.72% from 255) = 69.28%

R = 5.64%
G = 25.08%
B = 69.28%

CMYK

 C value IS 0.92

 M value IS 0.64

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1250DD (or 0x1250DD) is known color: Navy Blue. HEX triplet: 12, 50 and DD. RGB value is (18,80,221). Sum of RGB (Red+Green+Blue) = 18+80+221=319 (42% of max value = 765). Red value is 18 (7.42% from 255 or 5.64% from 319); Green value is 80 (31.64% from 255 or 25.08% from 319); Blue value is 221 (86.72% from 255 or 69.28% from 319); Max value from RGB is 221 - color contains mainly: blue. Hex color #1250DD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1250DD is #EDAF22. Grayscale: #4C4C4C. Windows color (decimal): -15576867 or 14503954. OLE color: 14503954.

HSL color Cylindrical-coordinate representation of color #1250DD: hue angle of 221.67º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1250DD is Cyan = 0.92, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 18 80 221 -
CMYK 0.92 0.64 0 0.13
HSL 221.67º 0.85% 0.47% -
HSV(B) 221.67º 0.92% 0.87% -
XYZ 16.17 11.09 69.69 -
YUV 77.54 208.96 85.54 -
System Red Green Blue C M Y K H S L
Decimal 18 80 221 0.92 0.64 0 0.13 221.67 0.85 0.47
Hex 12 50 DD 5C 40 0 D DE 55 2F
Octal 22 120 335 134 100 0 15 336 125 57
Binary 10010 1010000 11011101 1011100 1000000 0 1101 11011110 1010101 101111

Color Harmonies of #1250DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1250DD

Black with #1250DD

Text Example


Text Example

White with #1250DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1250DD; }

 p { color: rgb(18,80,221); }

 H1.HeaderClassName
 {
   color: #1250DD;
 }
 .AnyTagClassName
 {
   color: #1250DD;
 }
</style>

background-color css

<style>
 a { background-color: #1250DD; }

 a { background-color: rgb(18,80,221); }

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

border-color css

<style>
 span { border-color: #1250DD; }

 span { border-color: rgb(18,80,221); }

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