Html Css Color HEX #1152DA Navy Blue

📋 copy color: '#1152DA'

red 17 ◦ green 82 ◦ blue 218

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

Shades of Navy Blue #1152DA

Tints of Navy Blue #1152DA

RGB

 RED value IS 17 (7.03% from 255) = 5.36%

 GREEN value IS 82 (32.42% from 255) = 25.87%

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

R = 5.36%
G = 25.87%
B = 68.77%

CMYK

 C value IS 0.92

 M value IS 0.62

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#1152DA (or 0x1152DA) is known color: Navy Blue. HEX triplet: 11, 52 and DA. RGB value is (17,82,218). Sum of RGB (Red+Green+Blue) = 17+82+218=317 (41% of max value = 765). Red value is 17 (7.03% from 255 or 5.36% from 317); Green value is 82 (32.42% from 255 or 25.87% from 317); Blue value is 218 (85.55% from 255 or 68.77% from 317); Max value from RGB is 218 - color contains mainly: blue. Hex color #1152DA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1152DA is #EEAD25. Grayscale: #4D4D4D. Windows color (decimal): -15641894 or 14307857. OLE color: 14307857.

HSL color Cylindrical-coordinate representation of color #1152DA: hue angle of 220.6º degrees, saturation: 0.86, 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 #1152DA is Cyan = 0.92, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 17 82 218 -
CMYK 0.92 0.62 0 0.15
HSL 220.6º 0.86% 0.46% -
HSV(B) 220.6º 0.92% 0.85% -
XYZ 15.9 11.22 67.66 -
YUV 78.07 206.97 84.44 -
System Red Green Blue C M Y K H S L
Decimal 17 82 218 0.92 0.62 0 0.15 220.6 0.86 0.46
Hex 11 52 DA 5C 3E 0 F DD 56 2E
Octal 21 122 332 134 76 0 17 335 126 56
Binary 10001 1010010 11011010 1011100 111110 0 1111 11011101 1010110 101110

Color Harmonies of #1152DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1152DA

Black with #1152DA

Text Example


Text Example

White with #1152DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1152DA; }

 p { color: rgb(17,82,218); }

 H1.HeaderClassName
 {
   color: #1152DA;
 }
 .AnyTagClassName
 {
   color: #1152DA;
 }
</style>

background-color css

<style>
 a { background-color: #1152DA; }

 a { background-color: rgb(17,82,218); }

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

border-color css

<style>
 span { border-color: #1152DA; }

 span { border-color: rgb(17,82,218); }

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