Html Css Color HEX #016B8C Cerulean

📋 copy color: '#016B8C'

red 1 ◦ green 107 ◦ blue 140

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

Shades of Cerulean #016B8C

Tints of Cerulean #016B8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 56.45%

R = 0.4%
G = 43.15%
B = 56.45%

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

#016B8C (or 0x016B8C) is known color: Cerulean. HEX triplet: 01, 6B and 8C. RGB value is (1,107,140). Sum of RGB (Red+Green+Blue) = 1+107+140=248 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 248); Green value is 107 (42.19% from 255 or 43.15% from 248); Blue value is 140 (55.08% from 255 or 56.45% from 248); Max value from RGB is 140 - color contains mainly: blue. Hex color #016B8C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #016B8C is #FE9473. Grayscale: #4E4E4E. Windows color (decimal): -16684148 or 9202433. OLE color: 9202433.

HSL color Cylindrical-coordinate representation of color #016B8C: hue angle of 194.24º 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 #016B8C is Cyan = 0.99, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 1 107 140 -
CMYK 0.99 0.24 0 0.45
HSL 194.24º 0.99% 0.28% -
HSV(B) 194.24º 0.99% 0.55% -
XYZ 10 12.42 26.68 -
YUV 79.07 162.38 72.32 -
System Red Green Blue C M Y K H S L
Decimal 1 107 140 0.99 0.24 0 0.45 194.24 0.99 0.28
Hex 1 6B 8C 63 18 0 2D C2 63 1C
Octal 1 153 214 143 30 0 55 302 143 34
Binary 1 1101011 10001100 1100011 11000 0 101101 11000010 1100011 11100

Color Harmonies of #016B8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016B8C

Black with #016B8C

Text Example


Text Example

White with #016B8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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