Html Css Color HEX #016DA5 Cerulean

📋 copy color: '#016DA5'

red 1 ◦ green 109 ◦ blue 165

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

Shades of Cerulean #016DA5

Tints of Cerulean #016DA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 60%

R = 0.36%
G = 39.64%
B = 60%

CMYK

 C value IS 0.99

 M value IS 0.34

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#016DA5 (or 0x016DA5) is known color: Cerulean. HEX triplet: 01, 6D and A5. RGB value is (1,109,165). Sum of RGB (Red+Green+Blue) = 1+109+165=275 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 275); Green value is 109 (42.97% from 255 or 39.64% from 275); Blue value is 165 (64.84% from 255 or 60% from 275); Max value from RGB is 165 - color contains mainly: blue. Hex color #016DA5 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #016DA5 is #FE925A. Grayscale: #525252. Windows color (decimal): -16683611 or 10841345. OLE color: 10841345.

HSL color Cylindrical-coordinate representation of color #016DA5: hue angle of 200.49º degrees, saturation: 0.99, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016DA5 is Cyan = 0.99, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 1 109 165 -
CMYK 0.99 0.34 0 0.35
HSL 200.49º 0.99% 0.33% -
HSV(B) 200.49º 0.99% 0.65% -
XYZ 12.27 13.66 37.59 -
YUV 83.09 174.22 69.45 -
System Red Green Blue C M Y K H S L
Decimal 1 109 165 0.99 0.34 0 0.35 200.49 0.99 0.33
Hex 1 6D A5 63 22 0 23 C8 63 21
Octal 1 155 245 143 42 0 43 310 143 41
Binary 1 1101101 10100101 1100011 100010 0 100011 11001000 1100011 100001

Color Harmonies of #016DA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016DA5

Black with #016DA5

Text Example


Text Example

White with #016DA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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