Html Css Color HEX #0195CB Pacific Blue

📋 copy color: '#0195CB'

red 1 ◦ green 149 ◦ blue 203

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

Shades of Pacific Blue #0195CB

Tints of Pacific Blue #0195CB

RGB

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

 GREEN value IS 149 (58.59% from 255) = 42.21%

 BLUE value IS 203 (79.69% from 255) = 57.51%

R = 0.28%
G = 42.21%
B = 57.51%

CMYK

 C value IS 1.00

 M value IS 0.27

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#0195CB (or 0x0195CB) is known color: Pacific Blue. HEX triplet: 01, 95 and CB. RGB value is (1,149,203). Sum of RGB (Red+Green+Blue) = 1+149+203=353 (46% of max value = 765). Red value is 1 (0.78% from 255 or 0.28% from 353); Green value is 149 (58.59% from 255 or 42.21% from 353); Blue value is 203 (79.69% from 255 or 57.51% from 353); Max value from RGB is 203 - color contains mainly: blue. Hex color #0195CB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0195CB is #FE6A34. Grayscale: #6E6E6E. Windows color (decimal): -16673333 or 13341953. OLE color: 13341953.

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

Color convert

RGB 1 149 203 -
CMYK 1.00 0.27 0 0.20
HSL 196.04º 0.99% 0.4% -
HSV(B) 196.04º 1% 0.8% -
XYZ 21.54 25.81 60.35 -
YUV 110.9 179.97 49.61 -
System Red Green Blue C M Y K H S L
Decimal 1 149 203 1.00 0.27 0 0.20 196.04 0.99 0.4
Hex 1 95 CB 64 1B 0 14 C4 63 28
Octal 1 225 313 144 33 0 24 304 143 50
Binary 1 10010101 11001011 1100100 11011 0 10100 11000100 1100011 101000

Color Harmonies of #0195CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0195CB

Black with #0195CB

Text Example


Text Example

White with #0195CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0195CB; }

 p { color: rgb(1,149,203); }

 H1.HeaderClassName
 {
   color: #0195CB;
 }
 .AnyTagClassName
 {
   color: #0195CB;
 }
</style>

background-color css

<style>
 a { background-color: #0195CB; }

 a { background-color: rgb(1,149,203); }

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

border-color css

<style>
 span { border-color: #0195CB; }

 span { border-color: rgb(1,149,203); }

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