Html Css Color HEX #0187CE Pacific Blue

📋 copy color: '#0187CE'

red 1 ◦ green 135 ◦ blue 206

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

Shades of Pacific Blue #0187CE

Tints of Pacific Blue #0187CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 60.23%

R = 0.29%
G = 39.47%
B = 60.23%

CMYK

 C value IS 1.00

 M value IS 0.34

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#0187CE (or 0x0187CE) is known color: Pacific Blue. HEX triplet: 01, 87 and CE. RGB value is (1,135,206). Sum of RGB (Red+Green+Blue) = 1+135+206=342 (45% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 342); Green value is 135 (53.12% from 255 or 39.47% from 342); Blue value is 206 (80.86% from 255 or 60.23% from 342); Max value from RGB is 206 - color contains mainly: blue. Hex color #0187CE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0187CE is #FE7831. Grayscale: #666666. Windows color (decimal): -16676914 or 13534977. OLE color: 13534977.

HSL color Cylindrical-coordinate representation of color #0187CE: hue angle of 200.78º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0187CE is Cyan = 1.00, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 1 135 206 -
CMYK 1.00 0.34 0 0.19
HSL 200.78º 0.99% 0.41% -
HSV(B) 200.78º 1% 0.81% -
XYZ 19.82 21.79 61.55 -
YUV 103.03 186.11 55.23 -
System Red Green Blue C M Y K H S L
Decimal 1 135 206 1.00 0.34 0 0.19 200.78 0.99 0.41
Hex 1 87 CE 64 22 0 13 C9 63 29
Octal 1 207 316 144 42 0 23 311 143 51
Binary 1 10000111 11001110 1100100 100010 0 10011 11001001 1100011 101001

Color Harmonies of #0187CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0187CE

Black with #0187CE

Text Example


Text Example

White with #0187CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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