Html Css Color HEX #016993 Cerulean

📋 copy color: '#016993'

red 1 ◦ green 105 ◦ blue 147

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

Shades of Cerulean #016993

Tints of Cerulean #016993

RGB

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

 GREEN value IS 105 (41.41% from 255) = 41.5%

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

R = 0.4%
G = 41.5%
B = 58.1%

CMYK

 C value IS 0.99

 M value IS 0.29

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#016993 (or 0x016993) is known color: Cerulean. HEX triplet: 01, 69 and 93. RGB value is (1,105,147). Sum of RGB (Red+Green+Blue) = 1+105+147=253 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 253); Green value is 105 (41.41% from 255 or 41.50% from 253); Blue value is 147 (57.81% from 255 or 58.10% from 253); Max value from RGB is 147 - color contains mainly: blue. Hex color #016993 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #016993 is #FE966C. Grayscale: #4E4E4E. Windows color (decimal): -16684653 or 9660673. OLE color: 9660673.

HSL color Cylindrical-coordinate representation of color #016993: hue angle of 197.26º 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 #016993 is Cyan = 0.99, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 1 105 147 -
CMYK 0.99 0.29 0 0.42
HSL 197.26º 0.99% 0.29% -
HSV(B) 197.26º 0.99% 0.58% -
XYZ 10.33 12.22 29.42 -
YUV 78.69 166.54 72.58 -
System Red Green Blue C M Y K H S L
Decimal 1 105 147 0.99 0.29 0 0.42 197.26 0.99 0.29
Hex 1 69 93 63 1D 0 2A C5 63 1D
Octal 1 151 223 143 35 0 52 305 143 35
Binary 1 1101001 10010011 1100011 11101 0 101010 11000101 1100011 11101

Color Harmonies of #016993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016993

Black with #016993

Text Example


Text Example

White with #016993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016993; }

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

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

background-color css

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

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

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

border-color css

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

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

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