Html Css Color HEX #016B8D Cerulean

📋 copy color: '#016B8D'

red 1 ◦ green 107 ◦ blue 141

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

Shades of Cerulean #016B8D

Tints of Cerulean #016B8D

RGB

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

 GREEN value IS 107 (42.19% from 255) = 42.97%

 BLUE value IS 141 (55.47% from 255) = 56.63%

R = 0.4%
G = 42.97%
B = 56.63%

CMYK

 C value IS 0.99

 M value IS 0.24

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#016B8D (or 0x016B8D) is known color: Cerulean. HEX triplet: 01, 6B and 8D. RGB value is (1,107,141). Sum of RGB (Red+Green+Blue) = 1+107+141=249 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 249); Green value is 107 (42.19% from 255 or 42.97% from 249); Blue value is 141 (55.47% from 255 or 56.63% from 249); Max value from RGB is 141 - color contains mainly: blue. Hex color #016B8D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #016B8D is #FE9472. Grayscale: #4E4E4E. Windows color (decimal): -16684147 or 9267969. OLE color: 9267969.

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

Color convert

RGB 1 107 141 -
CMYK 0.99 0.24 0 0.45
HSL 194.57º 0.99% 0.28% -
HSV(B) 194.57º 0.99% 0.55% -
XYZ 10.08 12.44 27.07 -
YUV 79.18 162.88 72.24 -
System Red Green Blue C M Y K H S L
Decimal 1 107 141 0.99 0.24 0 0.45 194.57 0.99 0.28
Hex 1 6B 8D 63 18 0 2D C3 63 1C
Octal 1 153 215 143 30 0 55 303 143 34
Binary 1 1101011 10001101 1100011 11000 0 101101 11000011 1100011 11100

Color Harmonies of #016B8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016B8D

Black with #016B8D

Text Example


Text Example

White with #016B8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,107,141); }

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

background-color css

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

 a { background-color: rgb(1,107,141); }

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

border-color css

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

 span { border-color: rgb(1,107,141); }

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