Html Css Color HEX #0193DE Pacific Blue

📋 copy color: '#0193DE'

red 1 ◦ green 147 ◦ blue 222

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

Shades of Pacific Blue #0193DE

Tints of Pacific Blue #0193DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 60%

R = 0.27%
G = 39.73%
B = 60%

CMYK

 C value IS 1.00

 M value IS 0.34

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0193DE (or 0x0193DE) is known color: Pacific Blue. HEX triplet: 01, 93 and DE. RGB value is (1,147,222). Sum of RGB (Red+Green+Blue) = 1+147+222=370 (49% of max value = 765). Red value is 1 (0.78% from 255 or 0.27% from 370); Green value is 147 (57.81% from 255 or 39.73% from 370); Blue value is 222 (87.11% from 255 or 60% from 370); Max value from RGB is 222 - color contains mainly: blue. Hex color #0193DE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0193DE is #FE6C21. Grayscale: #6F6F6F. Windows color (decimal): -16673826 or 14586625. OLE color: 14586625.

HSL color Cylindrical-coordinate representation of color #0193DE: hue angle of 200.36º 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 #0193DE is Cyan = 1.00, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 1 147 222 -
CMYK 1.00 0.34 0 0.13
HSL 200.36º 0.99% 0.44% -
HSV(B) 200.36º 1% 0.87% -
XYZ 23.63 26.15 72.91 -
YUV 111.9 190.13 48.9 -
System Red Green Blue C M Y K H S L
Decimal 1 147 222 1.00 0.34 0 0.13 200.36 0.99 0.44
Hex 1 93 DE 64 22 0 D C8 63 2C
Octal 1 223 336 144 42 0 15 310 143 54
Binary 1 10010011 11011110 1100100 100010 0 1101 11001000 1100011 101100

Color Harmonies of #0193DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0193DE

Black with #0193DE

Text Example


Text Example

White with #0193DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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