Html Css Color HEX #016293 Cerulean

📋 copy color: '#016293'

red 1 ◦ green 98 ◦ blue 147

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

Shades of Cerulean #016293

Tints of Cerulean #016293

RGB

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

 GREEN value IS 98 (38.67% from 255) = 39.84%

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

R = 0.41%
G = 39.84%
B = 59.76%

CMYK

 C value IS 0.99

 M value IS 0.33

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#016293 (or 0x016293) is known color: Cerulean. HEX triplet: 01, 62 and 93. RGB value is (1,98,147). Sum of RGB (Red+Green+Blue) = 1+98+147=246 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.41% from 246); Green value is 98 (38.67% from 255 or 39.84% from 246); Blue value is 147 (57.81% from 255 or 59.76% from 246); Max value from RGB is 147 - color contains mainly: blue. Hex color #016293 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #016293 is #FE9D6C. Grayscale: #4A4A4A. Windows color (decimal): -16686445 or 9658881. OLE color: 9658881.

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

Color convert

RGB 1 98 147 -
CMYK 0.99 0.33 0 0.42
HSL 200.14º 0.99% 0.29% -
HSV(B) 200.14º 0.99% 0.58% -
XYZ 9.65 10.85 29.19 -
YUV 74.58 168.86 75.52 -
System Red Green Blue C M Y K H S L
Decimal 1 98 147 0.99 0.33 0 0.42 200.14 0.99 0.29
Hex 1 62 93 63 21 0 2A C8 63 1D
Octal 1 142 223 143 41 0 52 310 143 35
Binary 1 1100010 10010011 1100011 100001 0 101010 11001000 1100011 11101

Color Harmonies of #016293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016293

Black with #016293

Text Example


Text Example

White with #016293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016293; }

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

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

background-color css

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

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

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

border-color css

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

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

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