Html Css Color HEX #1392DD Pacific Blue

📋 copy color: '#1392DD'

red 19 ◦ green 146 ◦ blue 221

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

Shades of Pacific Blue #1392DD

Tints of Pacific Blue #1392DD

RGB

 RED value IS 19 (7.81% from 255) = 4.92%

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

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

R = 4.92%
G = 37.82%
B = 57.25%

CMYK

 C value IS 0.91

 M value IS 0.34

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1392DD (or 0x1392DD) is known color: Pacific Blue. HEX triplet: 13, 92 and DD. RGB value is (19,146,221). Sum of RGB (Red+Green+Blue) = 19+146+221=386 (51% of max value = 765). Red value is 19 (7.81% from 255 or 4.92% from 386); Green value is 146 (57.42% from 255 or 37.82% from 386); Blue value is 221 (86.72% from 255 or 57.25% from 386); Max value from RGB is 221 - color contains mainly: blue. Hex color #1392DD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1392DD is #EC6D22. Grayscale: #747474. Windows color (decimal): -15494435 or 14520851. OLE color: 14520851.

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

Color convert

RGB 19 146 221 -
CMYK 0.91 0.34 0 0.13
HSL 202.28º 0.84% 0.47% -
HSV(B) 202.28º 0.91% 0.87% -
XYZ 23.6 25.92 72.17 -
YUV 116.58 186.92 58.4 -
System Red Green Blue C M Y K H S L
Decimal 19 146 221 0.91 0.34 0 0.13 202.28 0.84 0.47
Hex 13 92 DD 5B 22 0 D CA 54 2F
Octal 23 222 335 133 42 0 15 312 124 57
Binary 10011 10010010 11011101 1011011 100010 0 1101 11001010 1010100 101111

Color Harmonies of #1392DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1392DD

Black with #1392DD

Text Example


Text Example

White with #1392DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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