Html Css Color HEX #016995 Cerulean

📋 copy color: '#016995'

red 1 ◦ green 105 ◦ blue 149

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

Shades of Cerulean #016995

Tints of Cerulean #016995

RGB

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

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

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

R = 0.39%
G = 41.18%
B = 58.43%

CMYK

 C value IS 0.99

 M value IS 0.30

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#016995 (or 0x016995) is known color: Cerulean. HEX triplet: 01, 69 and 95. RGB value is (1,105,149). Sum of RGB (Red+Green+Blue) = 1+105+149=255 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.39% from 255); Green value is 105 (41.41% from 255 or 41.18% from 255); Blue value is 149 (58.59% from 255 or 58.43% from 255); Max value from RGB is 149 - color contains mainly: blue. Hex color #016995 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #016995 is #FE966A. Grayscale: #4E4E4E. Windows color (decimal): -16684651 or 9791745. OLE color: 9791745.

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

Color convert

RGB 1 105 149 -
CMYK 0.99 0.30 0 0.42
HSL 197.84º 0.99% 0.29% -
HSV(B) 197.84º 0.99% 0.58% -
XYZ 10.49 12.28 30.25 -
YUV 78.92 167.54 72.42 -
System Red Green Blue C M Y K H S L
Decimal 1 105 149 0.99 0.30 0 0.42 197.84 0.99 0.29
Hex 1 69 95 63 1E 0 2A C6 63 1D
Octal 1 151 225 143 36 0 52 306 143 35
Binary 1 1101001 10010101 1100011 11110 0 101010 11000110 1100011 11101

Color Harmonies of #016995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016995

Black with #016995

Text Example


Text Example

White with #016995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016995; }

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

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

background-color css

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

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

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

border-color css

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

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

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