#0189C9

Color #0189C9 Pacific Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pacific Blue #0189C9

Tints of Pacific Blue #0189C9

Color information

#0189C9 (or 0x0189C9) is unknown color: approx Pacific Blue. HEX triplet: 01, 89 and C9. RGB value is (1,137,201). Sum of RGB (Red+Green+Blue) = 1+137+201=339 (44% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 339); Green value is 137 (53.91% from 255 or 40.41% from 339); Blue value is 201 (78.91% from 255 or 59.29% from 339); Max value from RGB is 201 - color contains mainly: blue. Hex color #0189C9 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0189C9 is #FE7636. Grayscale: #676767. Windows color (decimal): -16676407 or 13207809. OLE color: 13207809.

HSL color Cylindrical-coordinate representation of color #0189C9: hue angle of 199.2º 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 #0189C9 is Cyan = 1.00, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB1137201-
CMYK1.000.3200.21
HSL199.2º99.01%39.61%-
HSV(B)199.2º99.5%78.82%-
XYZ19.522.1158.5-
YUV103.63182.9454.8-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.29%
GREEN value IS 137 (53.91% from 255) = 40.41%
BLUE value IS 201 (78.91% from 255) = 59.29%
R=0.29%
G=40.41%
B=59.29%

CMYK

C (Cyan) values IS 1.00
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal11372011.000.3200.21199.299.0139.61
Hex189C96420015c76328
Octal12113111444002530714350
Binary110001001110010011100100100000010101110001111100011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0189C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0189C9; }

 p { color: rgb(1,137,201); }

 H1.HeaderClassName
 {
   color: #0189C9;
 }
 .AnyTagClassName
 {
   color: #0189C9;
 }
</style>
background-color css

<style>
 a { background-color: #0189C9; }

 a { background-color: rgb(1,137,201); }

 div.DivClassName
 {
   background-color: #0189C9;
 }
 .BgClassName
 {
   background-color: #0189C9;
 }
</style>
border-color css

<style>
 span { border-color: #0189C9; }

 span { border-color: rgb(1,137,201); }

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