Html Css Color HEX #0187CF Pacific Blue

📋 copy color: '#0187CF'

red 1 ◦ green 135 ◦ blue 207

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

Shades of Pacific Blue #0187CF

Tints of Pacific Blue #0187CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 60.35%

R = 0.29%
G = 39.36%
B = 60.35%

CMYK

 C value IS 1.00

 M value IS 0.35

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#0187CF (or 0x0187CF) is known color: Pacific Blue. HEX triplet: 01, 87 and CF. RGB value is (1,135,207). Sum of RGB (Red+Green+Blue) = 1+135+207=343 (45% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 343); Green value is 135 (53.12% from 255 or 39.36% from 343); Blue value is 207 (81.25% from 255 or 60.35% from 343); Max value from RGB is 207 - color contains mainly: blue. Hex color #0187CF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0187CF is #FE7830. Grayscale: #666666. Windows color (decimal): -16676913 or 13600513. OLE color: 13600513.

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

Color convert

RGB 1 135 207 -
CMYK 1.00 0.35 0 0.19
HSL 200.97º 0.99% 0.41% -
HSV(B) 200.97º 1% 0.81% -
XYZ 19.94 21.84 62.2 -
YUV 103.14 186.61 55.15 -
System Red Green Blue C M Y K H S L
Decimal 1 135 207 1.00 0.35 0 0.19 200.97 0.99 0.41
Hex 1 87 CF 64 23 0 13 C9 63 29
Octal 1 207 317 144 43 0 23 311 143 51
Binary 1 10000111 11001111 1100100 100011 0 10011 11001001 1100011 101001

Color Harmonies of #0187CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0187CF

Black with #0187CF

Text Example


Text Example

White with #0187CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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