Html Css Color HEX #0193DD Pacific Blue

📋 copy color: '#0193DD'

red 1 ◦ green 147 ◦ blue 221

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

Shades of Pacific Blue #0193DD

Tints of Pacific Blue #0193DD

RGB

 RED value IS 1 (0.78% from 255) = 0.27%

 GREEN value IS 147 (57.81% from 255) = 39.84%

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

R = 0.27%
G = 39.84%
B = 59.89%

CMYK

 C value IS 1.00

 M value IS 0.33

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0193DD (or 0x0193DD) is known color: Pacific Blue. HEX triplet: 01, 93 and DD. RGB value is (1,147,221). Sum of RGB (Red+Green+Blue) = 1+147+221=369 (48% of max value = 765). Red value is 1 (0.78% from 255 or 0.27% from 369); Green value is 147 (57.81% from 255 or 39.84% from 369); Blue value is 221 (86.72% from 255 or 59.89% from 369); Max value from RGB is 221 - color contains mainly: blue. Hex color #0193DD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0193DD is #FE6C22. Grayscale: #6F6F6F. Windows color (decimal): -16673827 or 14521089. OLE color: 14521089.

HSL color Cylindrical-coordinate representation of color #0193DD: hue angle of 200.18º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0193DD is Cyan = 1.00, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 1 147 221 -
CMYK 1.00 0.33 0 0.13
HSL 200.18º 0.99% 0.44% -
HSV(B) 200.18º 1% 0.87% -
XYZ 23.5 26.09 72.2 -
YUV 111.78 189.63 48.98 -
System Red Green Blue C M Y K H S L
Decimal 1 147 221 1.00 0.33 0 0.13 200.18 0.99 0.44
Hex 1 93 DD 64 21 0 D C8 63 2C
Octal 1 223 335 144 41 0 15 310 143 54
Binary 1 10010011 11011101 1100100 100001 0 1101 11001000 1100011 101100

Color Harmonies of #0193DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0193DD

Black with #0193DD

Text Example


Text Example

White with #0193DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,147,221); }

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

background-color css

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

 a { background-color: rgb(1,147,221); }

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

border-color css

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

 span { border-color: rgb(1,147,221); }

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