Html Css Color HEX #0189CC Pacific Blue

📋 copy color: '#0189CC'

red 1 ◦ green 137 ◦ blue 204

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

Shades of Pacific Blue #0189CC

Tints of Pacific Blue #0189CC

RGB

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

 GREEN value IS 137 (53.91% from 255) = 40.06%

 BLUE value IS 204 (80.08% from 255) = 59.65%

R = 0.29%
G = 40.06%
B = 59.65%

CMYK

 C value IS 1.00

 M value IS 0.33

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#0189CC (or 0x0189CC) is known color: Pacific Blue. HEX triplet: 01, 89 and CC. RGB value is (1,137,204). Sum of RGB (Red+Green+Blue) = 1+137+204=342 (45% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 342); Green value is 137 (53.91% from 255 or 40.06% from 342); Blue value is 204 (80.08% from 255 or 59.65% from 342); Max value from RGB is 204 - color contains mainly: blue. Hex color #0189CC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0189CC is #FE7633. Grayscale: #676767. Windows color (decimal): -16676404 or 13404417. OLE color: 13404417.

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

Color convert

RGB 1 137 204 -
CMYK 1.00 0.33 0 0.2
HSL 199.8º 0.99% 0.4% -
HSV(B) 199.8º 1% 0.8% -
XYZ 19.86 22.26 60.38 -
YUV 103.97 184.44 54.55 -
System Red Green Blue C M Y K H S L
Decimal 1 137 204 1.00 0.33 0 0.2 199.8 0.99 0.4
Hex 1 89 CC 64 21 0 14 C8 63 28
Octal 1 211 314 144 41 0 24 310 143 50
Binary 1 10001001 11001100 1100100 100001 0 10100 11001000 1100011 101000

Color Harmonies of #0189CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0189CC

Black with #0189CC

Text Example


Text Example

White with #0189CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0189CC;
 }
 .AnyTagClassName
 {
   color: #0189CC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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