Html Css Color HEX #018CCA Pacific Blue

📋 copy color: '#018CCA'

red 1 ◦ green 140 ◦ blue 202

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

Shades of Pacific Blue #018CCA

Tints of Pacific Blue #018CCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 58.89%

R = 0.29%
G = 40.82%
B = 58.89%

CMYK

 C value IS 1.00

 M value IS 0.31

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#018CCA (or 0x018CCA) is known color: Pacific Blue. HEX triplet: 01, 8C and CA. RGB value is (1,140,202). Sum of RGB (Red+Green+Blue) = 1+140+202=343 (45% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 343); Green value is 140 (55.08% from 255 or 40.82% from 343); Blue value is 202 (79.30% from 255 or 58.89% from 343); Max value from RGB is 202 - color contains mainly: blue. Hex color #018CCA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #018CCA is #FE7335. Grayscale: #696969. Windows color (decimal): -16675638 or 13274113. OLE color: 13274113.

HSL color Cylindrical-coordinate representation of color #018CCA: hue angle of 198.51º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #018CCA is Cyan = 1.00, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 1 140 202 -
CMYK 1.00 0.31 0 0.21
HSL 198.51º 0.99% 0.4% -
HSV(B) 198.51º 1% 0.79% -
XYZ 20.05 23.03 59.26 -
YUV 105.51 182.45 53.46 -
System Red Green Blue C M Y K H S L
Decimal 1 140 202 1.00 0.31 0 0.21 198.51 0.99 0.4
Hex 1 8C CA 64 1F 0 15 C7 63 28
Octal 1 214 312 144 37 0 25 307 143 50
Binary 1 10001100 11001010 1100100 11111 0 10101 11000111 1100011 101000

Color Harmonies of #018CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018CCA

Black with #018CCA

Text Example


Text Example

White with #018CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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