Html Css Color HEX #016BAD Cerulean

📋 copy color: '#016BAD'

red 1 ◦ green 107 ◦ blue 173

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

Shades of Cerulean #016BAD

Tints of Cerulean #016BAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 61.57%

R = 0.36%
G = 38.08%
B = 61.57%

CMYK

 C value IS 0.99

 M value IS 0.38

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#016BAD (or 0x016BAD) is known color: Cerulean. HEX triplet: 01, 6B and AD. RGB value is (1,107,173). Sum of RGB (Red+Green+Blue) = 1+107+173=281 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 281); Green value is 107 (42.19% from 255 or 38.08% from 281); Blue value is 173 (67.97% from 255 or 61.57% from 281); Max value from RGB is 173 - color contains mainly: blue. Hex color #016BAD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #016BAD is #FE9452. Grayscale: #525252. Windows color (decimal): -16684115 or 11365121. OLE color: 11365121.

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

Color convert

RGB 1 107 173 -
CMYK 0.99 0.38 0 0.32
HSL 203.02º 0.99% 0.34% -
HSV(B) 203.02º 0.99% 0.68% -
XYZ 12.81 13.54 41.47 -
YUV 82.83 178.88 69.63 -
System Red Green Blue C M Y K H S L
Decimal 1 107 173 0.99 0.38 0 0.32 203.02 0.99 0.34
Hex 1 6B AD 63 26 0 20 CB 63 22
Octal 1 153 255 143 46 0 40 313 143 42
Binary 1 1101011 10101101 1100011 100110 0 100000 11001011 1100011 100010

Color Harmonies of #016BAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016BAD

Black with #016BAD

Text Example


Text Example

White with #016BAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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