Html Css Color HEX #016D9E Cerulean

📋 copy color: '#016D9E'

red 1 ◦ green 109 ◦ blue 158

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

Shades of Cerulean #016D9E

Tints of Cerulean #016D9E

RGB

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

 GREEN value IS 109 (42.97% from 255) = 40.67%

 BLUE value IS 158 (62.11% from 255) = 58.96%

R = 0.37%
G = 40.67%
B = 58.96%

CMYK

 C value IS 0.99

 M value IS 0.31

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#016D9E (or 0x016D9E) is known color: Cerulean. HEX triplet: 01, 6D and 9E. RGB value is (1,109,158). Sum of RGB (Red+Green+Blue) = 1+109+158=268 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 268); Green value is 109 (42.97% from 255 or 40.67% from 268); Blue value is 158 (62.11% from 255 or 58.96% from 268); Max value from RGB is 158 - color contains mainly: blue. Hex color #016D9E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #016D9E is #FE9261. Grayscale: #515151. Windows color (decimal): -16683618 or 10382593. OLE color: 10382593.

HSL color Cylindrical-coordinate representation of color #016D9E: hue angle of 198.73º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016D9E is Cyan = 0.99, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 1 109 158 -
CMYK 0.99 0.31 0 0.38
HSL 198.73º 0.99% 0.31% -
HSV(B) 198.73º 0.99% 0.62% -
XYZ 11.65 13.41 34.32 -
YUV 82.29 170.72 70.02 -
System Red Green Blue C M Y K H S L
Decimal 1 109 158 0.99 0.31 0 0.38 198.73 0.99 0.31
Hex 1 6D 9E 63 1F 0 26 C7 63 1F
Octal 1 155 236 143 37 0 46 307 143 37
Binary 1 1101101 10011110 1100011 11111 0 100110 11000111 1100011 11111

Color Harmonies of #016D9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016D9E

Black with #016D9E

Text Example


Text Example

White with #016D9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016D9E; }

 p { color: rgb(1,109,158); }

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

background-color css

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

 a { background-color: rgb(1,109,158); }

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

border-color css

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

 span { border-color: rgb(1,109,158); }

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