Html Css Color HEX #0185CE Pacific Blue

📋 copy color: '#0185CE'

red 1 ◦ green 133 ◦ blue 206

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

Shades of Pacific Blue #0185CE

Tints of Pacific Blue #0185CE

RGB

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

 GREEN value IS 133 (52.34% from 255) = 39.12%

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

R = 0.29%
G = 39.12%
B = 60.59%

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

#0185CE (or 0x0185CE) is known color: Pacific Blue. HEX triplet: 01, 85 and CE. RGB value is (1,133,206). Sum of RGB (Red+Green+Blue) = 1+133+206=340 (45% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 340); Green value is 133 (52.34% from 255 or 39.12% from 340); Blue value is 206 (80.86% from 255 or 60.59% from 340); Max value from RGB is 206 - color contains mainly: blue. Hex color #0185CE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0185CE is #FE7A31. Grayscale: #656565. Windows color (decimal): -16677426 or 13534465. OLE color: 13534465.

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

Color convert

RGB 1 133 206 -
CMYK 1.00 0.35 0 0.19
HSL 201.37º 0.99% 0.41% -
HSV(B) 201.37º 1% 0.81% -
XYZ 19.54 21.24 61.46 -
YUV 101.85 186.77 56.06 -
System Red Green Blue C M Y K H S L
Decimal 1 133 206 1.00 0.35 0 0.19 201.37 0.99 0.41
Hex 1 85 CE 64 23 0 13 C9 63 29
Octal 1 205 316 144 43 0 23 311 143 51
Binary 1 10000101 11001110 1100100 100011 0 10011 11001001 1100011 101001

Color Harmonies of #0185CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0185CE

Black with #0185CE

Text Example


Text Example

White with #0185CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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