Html Css Color HEX #016594 Cerulean

📋 copy color: '#016594'

red 1 ◦ green 101 ◦ blue 148

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

Shades of Cerulean #016594

Tints of Cerulean #016594

RGB

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

 GREEN value IS 101 (39.84% from 255) = 40.4%

 BLUE value IS 148 (58.2% from 255) = 59.2%

R = 0.4%
G = 40.4%
B = 59.2%

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

#016594 (or 0x016594) is known color: Cerulean. HEX triplet: 01, 65 and 94. RGB value is (1,101,148). Sum of RGB (Red+Green+Blue) = 1+101+148=250 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.4% from 250); Green value is 101 (39.84% from 255 or 40.4% from 250); Blue value is 148 (58.20% from 255 or 59.2% from 250); Max value from RGB is 148 - color contains mainly: blue. Hex color #016594 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #016594 is #FE9A6B. Grayscale: #4C4C4C. Windows color (decimal): -16685676 or 9725185. OLE color: 9725185.

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

Color convert

RGB 1 101 148 -
CMYK 0.99 0.32 0 0.42
HSL 199.18º 0.99% 0.29% -
HSV(B) 199.18º 0.99% 0.58% -
XYZ 10.01 11.45 29.7 -
YUV 76.46 168.37 74.18 -
System Red Green Blue C M Y K H S L
Decimal 1 101 148 0.99 0.32 0 0.42 199.18 0.99 0.29
Hex 1 65 94 63 20 0 2A C7 63 1D
Octal 1 145 224 143 40 0 52 307 143 35
Binary 1 1100101 10010100 1100011 100000 0 101010 11000111 1100011 11101

Color Harmonies of #016594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016594

Black with #016594

Text Example


Text Example

White with #016594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016594; }

 p { color: rgb(1,101,148); }

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

background-color css

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

 a { background-color: rgb(1,101,148); }

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

border-color css

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

 span { border-color: rgb(1,101,148); }

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