Html Css Color HEX #016795 Cerulean

📋 copy color: '#016795'

red 1 ◦ green 103 ◦ blue 149

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

Shades of Cerulean #016795

Tints of Cerulean #016795

RGB

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

 GREEN value IS 103 (40.63% from 255) = 40.71%

 BLUE value IS 149 (58.59% from 255) = 58.89%

R = 0.4%
G = 40.71%
B = 58.89%

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

#016795 (or 0x016795) is known color: Cerulean. HEX triplet: 01, 67 and 95. RGB value is (1,103,149). Sum of RGB (Red+Green+Blue) = 1+103+149=253 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 253); Green value is 103 (40.62% from 255 or 40.71% from 253); Blue value is 149 (58.59% from 255 or 58.89% from 253); Max value from RGB is 149 - color contains mainly: blue. Hex color #016795 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #016795 is #FE986A. Grayscale: #4D4D4D. Windows color (decimal): -16685163 or 9791233. OLE color: 9791233.

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

Color convert

RGB 1 103 149 -
CMYK 0.99 0.31 0 0.42
HSL 198.65º 0.99% 0.29% -
HSV(B) 198.65º 0.99% 0.58% -
XYZ 10.29 11.88 30.18 -
YUV 77.75 168.21 73.26 -
System Red Green Blue C M Y K H S L
Decimal 1 103 149 0.99 0.31 0 0.42 198.65 0.99 0.29
Hex 1 67 95 63 1F 0 2A C7 63 1D
Octal 1 147 225 143 37 0 52 307 143 35
Binary 1 1100111 10010101 1100011 11111 0 101010 11000111 1100011 11101

Color Harmonies of #016795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016795

Black with #016795

Text Example


Text Example

White with #016795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016795; }

 p { color: rgb(1,103,149); }

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

background-color css

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

 a { background-color: rgb(1,103,149); }

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

border-color css

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

 span { border-color: rgb(1,103,149); }

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