Html Css Color HEX #0A7696 Cerulean

📋 copy color: '#0A7696'

red 10 ◦ green 118 ◦ blue 150

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

Shades of Cerulean #0A7696

Tints of Cerulean #0A7696

RGB

 RED value IS 10 (4.3% from 255) = 3.6%

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

 BLUE value IS 150 (58.98% from 255) = 53.96%

R = 3.6%
G = 42.45%
B = 53.96%

CMYK

 C value IS 0.93

 M value IS 0.21

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#0A7696 (or 0x0A7696) is known color: Cerulean. HEX triplet: 0A, 76 and 96. RGB value is (10,118,150). Sum of RGB (Red+Green+Blue) = 10+118+150=278 (36% of max value = 765). Red value is 10 (4.30% from 255 or 3.60% from 278); Green value is 118 (46.48% from 255 or 42.45% from 278); Blue value is 150 (58.98% from 255 or 53.96% from 278); Max value from RGB is 150 - color contains mainly: blue. Hex color #0A7696 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0A7696 is #F58969. Grayscale: #595959. Windows color (decimal): -16091498 or 9860618. OLE color: 9860618.

HSL color Cylindrical-coordinate representation of color #0A7696: hue angle of 193.71º degrees, saturation: 0.88, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A7696 is Cyan = 0.93, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 10 118 150 -
CMYK 0.93 0.21 0 0.41
HSL 193.71º 0.88% 0.31% -
HSV(B) 193.71º 0.93% 0.59% -
XYZ 12.11 15.22 31.15 -
YUV 89.36 162.22 71.4 -
System Red Green Blue C M Y K H S L
Decimal 10 118 150 0.93 0.21 0 0.41 193.71 0.88 0.31
Hex A 76 96 5D 15 0 29 C2 58 1F
Octal 12 166 226 135 25 0 51 302 130 37
Binary 1010 1110110 10010110 1011101 10101 0 101001 11000010 1011000 11111

Color Harmonies of #0A7696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A7696

Black with #0A7696

Text Example


Text Example

White with #0A7696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0A7696; }

 p { color: rgb(10,118,150); }

 H1.HeaderClassName
 {
   color: #0A7696;
 }
 .AnyTagClassName
 {
   color: #0A7696;
 }
</style>

background-color css

<style>
 a { background-color: #0A7696; }

 a { background-color: rgb(10,118,150); }

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

border-color css

<style>
 span { border-color: #0A7696; }

 span { border-color: rgb(10,118,150); }

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