Html Css Color HEX #16769B Cerulean

📋 copy color: '#16769B'

red 22 ◦ green 118 ◦ blue 155

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

Shades of Cerulean #16769B

Tints of Cerulean #16769B

RGB

 RED value IS 22 (8.98% from 255) = 7.46%

 GREEN value IS 118 (46.48% from 255) = 40%

 BLUE value IS 155 (60.94% from 255) = 52.54%

R = 7.46%
G = 40%
B = 52.54%

CMYK

 C value IS 0.86

 M value IS 0.24

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#16769B (or 0x16769B) is known color: Cerulean. HEX triplet: 16, 76 and 9B. RGB value is (22,118,155). Sum of RGB (Red+Green+Blue) = 22+118+155=295 (39% of max value = 765). Red value is 22 (8.98% from 255 or 7.46% from 295); Green value is 118 (46.48% from 255 or 40% from 295); Blue value is 155 (60.94% from 255 or 52.54% from 295); Max value from RGB is 155 - color contains mainly: blue. Hex color #16769B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #16769B is #E98964. Grayscale: #5D5D5D. Windows color (decimal): -15305061 or 10188310. OLE color: 10188310.

HSL color Cylindrical-coordinate representation of color #16769B: hue angle of 196.69º degrees, saturation: 0.75, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #16769B is Cyan = 0.86, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 22 118 155 -
CMYK 0.86 0.24 0 0.39
HSL 196.69º 0.75% 0.35% -
HSV(B) 196.69º 0.86% 0.61% -
XYZ 12.73 15.49 33.33 -
YUV 93.51 162.7 76.99 -
System Red Green Blue C M Y K H S L
Decimal 22 118 155 0.86 0.24 0 0.39 196.69 0.75 0.35
Hex 16 76 9B 56 18 0 27 C5 4B 23
Octal 26 166 233 126 30 0 47 305 113 43
Binary 10110 1110110 10011011 1010110 11000 0 100111 11000101 1001011 100011

Color Harmonies of #16769B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16769B

Black with #16769B

Text Example


Text Example

White with #16769B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #16769B; }

 p { color: rgb(22,118,155); }

 H1.HeaderClassName
 {
   color: #16769B;
 }
 .AnyTagClassName
 {
   color: #16769B;
 }
</style>

background-color css

<style>
 a { background-color: #16769B; }

 a { background-color: rgb(22,118,155); }

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

border-color css

<style>
 span { border-color: #16769B; }

 span { border-color: rgb(22,118,155); }

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