Html Css Color HEX #016693 Cerulean

📋 copy color: '#016693'

red 1 ◦ green 102 ◦ blue 147

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

Shades of Cerulean #016693

Tints of Cerulean #016693

RGB

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

 GREEN value IS 102 (40.23% from 255) = 40.8%

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

R = 0.4%
G = 40.8%
B = 58.8%

CMYK

 C value IS 0.99

 M value IS 0.31

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#016693 (or 0x016693) is known color: Cerulean. HEX triplet: 01, 66 and 93. RGB value is (1,102,147). Sum of RGB (Red+Green+Blue) = 1+102+147=250 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.4% from 250); Green value is 102 (40.23% from 255 or 40.8% from 250); Blue value is 147 (57.81% from 255 or 58.8% from 250); Max value from RGB is 147 - color contains mainly: blue. Hex color #016693 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #016693 is #FE996C. Grayscale: #4C4C4C. Windows color (decimal): -16685421 or 9659905. OLE color: 9659905.

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

Color convert

RGB 1 102 147 -
CMYK 0.99 0.31 0 0.42
HSL 198.49º 0.99% 0.29% -
HSV(B) 198.49º 0.99% 0.58% -
XYZ 10.03 11.62 29.32 -
YUV 76.93 167.54 73.84 -
System Red Green Blue C M Y K H S L
Decimal 1 102 147 0.99 0.31 0 0.42 198.49 0.99 0.29
Hex 1 66 93 63 1F 0 2A C6 63 1D
Octal 1 146 223 143 37 0 52 306 143 35
Binary 1 1100110 10010011 1100011 11111 0 101010 11000110 1100011 11101

Color Harmonies of #016693

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016693

Black with #016693

Text Example


Text Example

White with #016693

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016693; }

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

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

background-color css

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

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

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

border-color css

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

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

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