Html Css Color HEX #0193CA Pacific Blue

📋 copy color: '#0193CA'

red 1 ◦ green 147 ◦ blue 202

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

Shades of Pacific Blue #0193CA

Tints of Pacific Blue #0193CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 57.71%

R = 0.29%
G = 42%
B = 57.71%

CMYK

 C value IS 1.00

 M value IS 0.27

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#0193CA (or 0x0193CA) is known color: Pacific Blue. HEX triplet: 01, 93 and CA. RGB value is (1,147,202). Sum of RGB (Red+Green+Blue) = 1+147+202=350 (46% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 350); Green value is 147 (57.81% from 255 or 42% from 350); Blue value is 202 (79.30% from 255 or 57.71% from 350); Max value from RGB is 202 - color contains mainly: blue. Hex color #0193CA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0193CA is #FE6C35. Grayscale: #6D6D6D. Windows color (decimal): -16673846 or 13275905. OLE color: 13275905.

HSL color Cylindrical-coordinate representation of color #0193CA: hue angle of 196.42º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0193CA is Cyan = 1.00, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 1 147 202 -
CMYK 1.00 0.27 0 0.21
HSL 196.42º 0.99% 0.4% -
HSV(B) 196.42º 1% 0.79% -
XYZ 21.11 25.14 59.62 -
YUV 109.62 180.13 50.53 -
System Red Green Blue C M Y K H S L
Decimal 1 147 202 1.00 0.27 0 0.21 196.42 0.99 0.4
Hex 1 93 CA 64 1B 0 15 C4 63 28
Octal 1 223 312 144 33 0 25 304 143 50
Binary 1 10010011 11001010 1100100 11011 0 10101 11000100 1100011 101000

Color Harmonies of #0193CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0193CA

Black with #0193CA

Text Example


Text Example

White with #0193CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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