Html Css Color HEX #018CC4 Pacific Blue

📋 copy color: '#018CC4'

red 1 ◦ green 140 ◦ blue 196

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

Shades of Pacific Blue #018CC4

Tints of Pacific Blue #018CC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 58.16%

R = 0.3%
G = 41.54%
B = 58.16%

CMYK

 C value IS 0.99

 M value IS 0.29

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#018CC4 (or 0x018CC4) is known color: Pacific Blue. HEX triplet: 01, 8C and C4. RGB value is (1,140,196). Sum of RGB (Red+Green+Blue) = 1+140+196=337 (44% of max value = 765). Red value is 1 (0.78% from 255 or 0.30% from 337); Green value is 140 (55.08% from 255 or 41.54% from 337); Blue value is 196 (76.95% from 255 or 58.16% from 337); Max value from RGB is 196 - color contains mainly: blue. Hex color #018CC4 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #018CC4 is #FE733B. Grayscale: #686868. Windows color (decimal): -16675644 or 12880897. OLE color: 12880897.

HSL color Cylindrical-coordinate representation of color #018CC4: hue angle of 197.23º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018CC4 is Cyan = 0.99, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 1 140 196 -
CMYK 0.99 0.29 0 0.23
HSL 197.23º 0.99% 0.39% -
HSV(B) 197.23º 0.99% 0.77% -
XYZ 19.35 22.75 55.6 -
YUV 104.82 179.45 53.95 -
System Red Green Blue C M Y K H S L
Decimal 1 140 196 0.99 0.29 0 0.23 197.23 0.99 0.39
Hex 1 8C C4 63 1D 0 17 C5 63 27
Octal 1 214 304 143 35 0 27 305 143 47
Binary 1 10001100 11000100 1100011 11101 0 10111 11000101 1100011 100111

Color Harmonies of #018CC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018CC4

Black with #018CC4

Text Example


Text Example

White with #018CC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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