Html Css Color HEX #0188CA Pacific Blue

📋 copy color: '#0188CA'

red 1 ◦ green 136 ◦ blue 202

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

Shades of Pacific Blue #0188CA

Tints of Pacific Blue #0188CA

RGB

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

 GREEN value IS 136 (53.52% from 255) = 40.12%

 BLUE value IS 202 (79.3% from 255) = 59.59%

R = 0.29%
G = 40.12%
B = 59.59%

CMYK

 C value IS 1.00

 M value IS 0.33

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#0188CA (or 0x0188CA) is known color: Pacific Blue. HEX triplet: 01, 88 and CA. RGB value is (1,136,202). Sum of RGB (Red+Green+Blue) = 1+136+202=339 (44% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 339); Green value is 136 (53.52% from 255 or 40.12% from 339); Blue value is 202 (79.30% from 255 or 59.59% from 339); Max value from RGB is 202 - color contains mainly: blue. Hex color #0188CA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0188CA is #FE7735. Grayscale: #666666. Windows color (decimal): -16676662 or 13273089. OLE color: 13273089.

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

Color convert

RGB 1 136 202 -
CMYK 1.00 0.33 0 0.21
HSL 199.7º 0.99% 0.4% -
HSV(B) 199.7º 1% 0.79% -
XYZ 19.48 21.88 59.07 -
YUV 103.16 183.77 55.13 -
System Red Green Blue C M Y K H S L
Decimal 1 136 202 1.00 0.33 0 0.21 199.7 0.99 0.4
Hex 1 88 CA 64 21 0 15 C8 63 28
Octal 1 210 312 144 41 0 25 310 143 50
Binary 1 10001000 11001010 1100100 100001 0 10101 11001000 1100011 101000

Color Harmonies of #0188CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0188CA

Black with #0188CA

Text Example


Text Example

White with #0188CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0188CA; }

 p { color: rgb(1,136,202); }

 H1.HeaderClassName
 {
   color: #0188CA;
 }
 .AnyTagClassName
 {
   color: #0188CA;
 }
</style>

background-color css

<style>
 a { background-color: #0188CA; }

 a { background-color: rgb(1,136,202); }

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

border-color css

<style>
 span { border-color: #0188CA; }

 span { border-color: rgb(1,136,202); }

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