Html Css Color HEX #0195DD Pacific Blue

📋 copy color: '#0195DD'

red 1 ◦ green 149 ◦ blue 221

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

Shades of Pacific Blue #0195DD

Tints of Pacific Blue #0195DD

RGB

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

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

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

R = 0.27%
G = 40.16%
B = 59.57%

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

#0195DD (or 0x0195DD) is known color: Pacific Blue. HEX triplet: 01, 95 and DD. RGB value is (1,149,221). Sum of RGB (Red+Green+Blue) = 1+149+221=371 (49% of max value = 765). Red value is 1 (0.78% from 255 or 0.27% from 371); Green value is 149 (58.59% from 255 or 40.16% from 371); Blue value is 221 (86.72% from 255 or 59.57% from 371); Max value from RGB is 221 - color contains mainly: blue. Hex color #0195DD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0195DD is #FE6A22. Grayscale: #707070. Windows color (decimal): -16673315 or 14521601. OLE color: 14521601.

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

Color convert

RGB 1 149 221 -
CMYK 1.00 0.33 0 0.13
HSL 199.64º 0.99% 0.44% -
HSV(B) 199.64º 1% 0.87% -
XYZ 23.81 26.72 72.31 -
YUV 112.96 188.97 48.15 -
System Red Green Blue C M Y K H S L
Decimal 1 149 221 1.00 0.33 0 0.13 199.64 0.99 0.44
Hex 1 95 DD 64 21 0 D C8 63 2C
Octal 1 225 335 144 41 0 15 310 143 54
Binary 1 10010101 11011101 1100100 100001 0 1101 11001000 1100011 101100

Color Harmonies of #0195DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0195DD

Black with #0195DD

Text Example


Text Example

White with #0195DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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