Html Css Color HEX #016D8F Cerulean

📋 copy color: '#016D8F'

red 1 ◦ green 109 ◦ blue 143

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

Shades of Cerulean #016D8F

Tints of Cerulean #016D8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 56.52%

R = 0.4%
G = 43.08%
B = 56.52%

CMYK

 C value IS 0.99

 M value IS 0.24

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#016D8F (or 0x016D8F) is known color: Cerulean. HEX triplet: 01, 6D and 8F. RGB value is (1,109,143). Sum of RGB (Red+Green+Blue) = 1+109+143=253 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 253); Green value is 109 (42.97% from 255 or 43.08% from 253); Blue value is 143 (56.25% from 255 or 56.52% from 253); Max value from RGB is 143 - color contains mainly: blue. Hex color #016D8F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #016D8F is #FE9270. Grayscale: #505050. Windows color (decimal): -16683633 or 9399553. OLE color: 9399553.

HSL color Cylindrical-coordinate representation of color #016D8F: hue angle of 194.37º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016D8F is Cyan = 0.99, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 1 109 143 -
CMYK 0.99 0.24 0 0.44
HSL 194.37º 0.99% 0.28% -
HSV(B) 194.37º 0.99% 0.56% -
XYZ 10.44 12.93 27.93 -
YUV 80.58 163.22 71.24 -
System Red Green Blue C M Y K H S L
Decimal 1 109 143 0.99 0.24 0 0.44 194.37 0.99 0.28
Hex 1 6D 8F 63 18 0 2C C2 63 1C
Octal 1 155 217 143 30 0 54 302 143 34
Binary 1 1101101 10001111 1100011 11000 0 101100 11000010 1100011 11100

Color Harmonies of #016D8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016D8F

Black with #016D8F

Text Example


Text Example

White with #016D8F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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