Html Css Color HEX #016493 Cerulean

📋 copy color: '#016493'

red 1 ◦ green 100 ◦ blue 147

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

Shades of Cerulean #016493

Tints of Cerulean #016493

RGB

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

 GREEN value IS 100 (39.45% from 255) = 40.32%

 BLUE value IS 147 (57.81% from 255) = 59.27%

R = 0.4%
G = 40.32%
B = 59.27%

CMYK

 C value IS 0.99

 M value IS 0.32

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#016493 (or 0x016493) is known color: Cerulean. HEX triplet: 01, 64 and 93. RGB value is (1,100,147). Sum of RGB (Red+Green+Blue) = 1+100+147=248 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 248); Green value is 100 (39.45% from 255 or 40.32% from 248); Blue value is 147 (57.81% from 255 or 59.27% from 248); Max value from RGB is 147 - color contains mainly: blue. Hex color #016493 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #016493 is #FE9B6C. Grayscale: #4B4B4B. Windows color (decimal): -16685933 or 9659393. OLE color: 9659393.

HSL color Cylindrical-coordinate representation of color #016493: hue angle of 199.32º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016493 is Cyan = 0.99, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 1 100 147 -
CMYK 0.99 0.32 0 0.42
HSL 199.32º 0.99% 0.29% -
HSV(B) 199.32º 0.99% 0.58% -
XYZ 9.84 11.23 29.25 -
YUV 75.76 168.2 74.68 -
System Red Green Blue C M Y K H S L
Decimal 1 100 147 0.99 0.32 0 0.42 199.32 0.99 0.29
Hex 1 64 93 63 20 0 2A C7 63 1D
Octal 1 144 223 143 40 0 52 307 143 35
Binary 1 1100100 10010011 1100011 100000 0 101010 11000111 1100011 11101

Color Harmonies of #016493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016493

Black with #016493

Text Example


Text Example

White with #016493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016493; }

 p { color: rgb(1,100,147); }

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

background-color css

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

 a { background-color: rgb(1,100,147); }

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

border-color css

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

 span { border-color: rgb(1,100,147); }

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