Html Css Color HEX #018CCB Pacific Blue

📋 copy color: '#018CCB'

red 1 ◦ green 140 ◦ blue 203

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

Shades of Pacific Blue #018CCB

Tints of Pacific Blue #018CCB

RGB

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

 GREEN value IS 140 (55.08% from 255) = 40.7%

 BLUE value IS 203 (79.69% from 255) = 59.01%

R = 0.29%
G = 40.7%
B = 59.01%

CMYK

 C value IS 1.00

 M value IS 0.31

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#018CCB (or 0x018CCB) is known color: Pacific Blue. HEX triplet: 01, 8C and CB. RGB value is (1,140,203). Sum of RGB (Red+Green+Blue) = 1+140+203=344 (45% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 344); Green value is 140 (55.08% from 255 or 40.70% from 344); Blue value is 203 (79.69% from 255 or 59.01% from 344); Max value from RGB is 203 - color contains mainly: blue. Hex color #018CCB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #018CCB is #FE7334. Grayscale: #696969. Windows color (decimal): -16675637 or 13339649. OLE color: 13339649.

HSL color Cylindrical-coordinate representation of color #018CCB: hue angle of 198.71º 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 #018CCB is Cyan = 1.00, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 1 140 203 -
CMYK 1.00 0.31 0 0.20
HSL 198.71º 0.99% 0.4% -
HSV(B) 198.71º 1% 0.8% -
XYZ 20.17 23.07 59.89 -
YUV 105.62 182.95 53.38 -
System Red Green Blue C M Y K H S L
Decimal 1 140 203 1.00 0.31 0 0.20 198.71 0.99 0.4
Hex 1 8C CB 64 1F 0 14 C7 63 28
Octal 1 214 313 144 37 0 24 307 143 50
Binary 1 10001100 11001011 1100100 11111 0 10100 11000111 1100011 101000

Color Harmonies of #018CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018CCB

Black with #018CCB

Text Example


Text Example

White with #018CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #018CCB; }

 p { color: rgb(1,140,203); }

 H1.HeaderClassName
 {
   color: #018CCB;
 }
 .AnyTagClassName
 {
   color: #018CCB;
 }
</style>

background-color css

<style>
 a { background-color: #018CCB; }

 a { background-color: rgb(1,140,203); }

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

border-color css

<style>
 span { border-color: #018CCB; }

 span { border-color: rgb(1,140,203); }

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