Html Css Color HEX #1192DD Pacific Blue

📋 copy color: '#1192DD'

red 17 ◦ green 146 ◦ blue 221

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

Shades of Pacific Blue #1192DD

Tints of Pacific Blue #1192DD

RGB

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

 GREEN value IS 146 (57.42% from 255) = 38.02%

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

R = 4.43%
G = 38.02%
B = 57.55%

CMYK

 C value IS 0.92

 M value IS 0.34

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1192DD (or 0x1192DD) is known color: Pacific Blue. HEX triplet: 11, 92 and DD. RGB value is (17,146,221). Sum of RGB (Red+Green+Blue) = 17+146+221=384 (50% of max value = 765). Red value is 17 (7.03% from 255 or 4.43% from 384); Green value is 146 (57.42% from 255 or 38.02% from 384); Blue value is 221 (86.72% from 255 or 57.55% from 384); Max value from RGB is 221 - color contains mainly: blue. Hex color #1192DD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1192DD is #EE6D22. Grayscale: #737373. Windows color (decimal): -15625507 or 14520849. OLE color: 14520849.

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

Color convert

RGB 17 146 221 -
CMYK 0.92 0.34 0 0.13
HSL 202.06º 0.86% 0.47% -
HSV(B) 202.06º 0.92% 0.87% -
XYZ 23.56 25.9 72.16 -
YUV 115.98 187.26 57.4 -
System Red Green Blue C M Y K H S L
Decimal 17 146 221 0.92 0.34 0 0.13 202.06 0.86 0.47
Hex 11 92 DD 5C 22 0 D CA 56 2F
Octal 21 222 335 134 42 0 15 312 126 57
Binary 10001 10010010 11011101 1011100 100010 0 1101 11001010 1010110 101111

Color Harmonies of #1192DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1192DD

Black with #1192DD

Text Example


Text Example

White with #1192DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,146,221); }

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

background-color css

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

 a { background-color: rgb(17,146,221); }

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

border-color css

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

 span { border-color: rgb(17,146,221); }

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