Html Css Color HEX #0187CC Pacific Blue

📋 copy color: '#0187CC'

red 1 ◦ green 135 ◦ blue 204

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

Shades of Pacific Blue #0187CC

Tints of Pacific Blue #0187CC

RGB

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

 GREEN value IS 135 (53.13% from 255) = 39.71%

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

R = 0.29%
G = 39.71%
B = 60%

CMYK

 C value IS 1.00

 M value IS 0.34

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#0187CC (or 0x0187CC) is known color: Pacific Blue. HEX triplet: 01, 87 and CC. RGB value is (1,135,204). Sum of RGB (Red+Green+Blue) = 1+135+204=340 (45% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 340); Green value is 135 (53.12% from 255 or 39.71% from 340); Blue value is 204 (80.08% from 255 or 60% from 340); Max value from RGB is 204 - color contains mainly: blue. Hex color #0187CC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0187CC is #FE7833. Grayscale: #666666. Windows color (decimal): -16676916 or 13403905. OLE color: 13403905.

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

Color convert

RGB 1 135 204 -
CMYK 1.00 0.34 0 0.2
HSL 200.39º 0.99% 0.4% -
HSV(B) 200.39º 1% 0.8% -
XYZ 19.58 21.69 60.28 -
YUV 102.8 185.11 55.39 -
System Red Green Blue C M Y K H S L
Decimal 1 135 204 1.00 0.34 0 0.2 200.39 0.99 0.4
Hex 1 87 CC 64 22 0 14 C8 63 28
Octal 1 207 314 144 42 0 24 310 143 50
Binary 1 10000111 11001100 1100100 100010 0 10100 11001000 1100011 101000

Color Harmonies of #0187CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0187CC

Black with #0187CC

Text Example


Text Example

White with #0187CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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