Html Css Color HEX #1253DD Navy Blue

📋 copy color: '#1253DD'

red 18 ◦ green 83 ◦ blue 221

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

Shades of Navy Blue #1253DD

Tints of Navy Blue #1253DD

RGB

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

 GREEN value IS 83 (32.81% from 255) = 25.78%

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

R = 5.59%
G = 25.78%
B = 68.63%

CMYK

 C value IS 0.92

 M value IS 0.62

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1253DD (or 0x1253DD) is known color: Navy Blue. HEX triplet: 12, 53 and DD. RGB value is (18,83,221). Sum of RGB (Red+Green+Blue) = 18+83+221=322 (42% of max value = 765). Red value is 18 (7.42% from 255 or 5.59% from 322); Green value is 83 (32.81% from 255 or 25.78% from 322); Blue value is 221 (86.72% from 255 or 68.63% from 322); Max value from RGB is 221 - color contains mainly: blue. Hex color #1253DD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1253DD is #EDAC22. Grayscale: #4E4E4E. Windows color (decimal): -15576099 or 14504722. OLE color: 14504722.

HSL color Cylindrical-coordinate representation of color #1253DD: hue angle of 220.79º 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 #1253DD is Cyan = 0.92, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 18 83 221 -
CMYK 0.92 0.62 0 0.13
HSL 220.79º 0.85% 0.47% -
HSV(B) 220.79º 0.92% 0.87% -
XYZ 16.39 11.54 69.77 -
YUV 79.3 207.97 84.28 -
System Red Green Blue C M Y K H S L
Decimal 18 83 221 0.92 0.62 0 0.13 220.79 0.85 0.47
Hex 12 53 DD 5C 3E 0 D DD 55 2F
Octal 22 123 335 134 76 0 15 335 125 57
Binary 10010 1010011 11011101 1011100 111110 0 1101 11011101 1010101 101111

Color Harmonies of #1253DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1253DD

Black with #1253DD

Text Example


Text Example

White with #1253DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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