Html Css Color HEX #0A6096 Cerulean

📋 copy color: '#0A6096'

red 10 ◦ green 96 ◦ blue 150

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

Shades of Cerulean #0A6096

Tints of Cerulean #0A6096

RGB

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

 GREEN value IS 96 (37.89% from 255) = 37.5%

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

R = 3.91%
G = 37.5%
B = 58.59%

CMYK

 C value IS 0.93

 M value IS 0.36

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#0A6096 (or 0x0A6096) is known color: Cerulean. HEX triplet: 0A, 60 and 96. RGB value is (10,96,150). Sum of RGB (Red+Green+Blue) = 10+96+150=256 (33% of max value = 765). Red value is 10 (4.30% from 255 or 3.91% from 256); Green value is 96 (37.89% from 255 or 37.5% from 256); Blue value is 150 (58.98% from 255 or 58.59% from 256); Max value from RGB is 150 - color contains mainly: blue. Hex color #0A6096 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0A6096 is #F59F69. Grayscale: #4C4C4C. Windows color (decimal): -16097130 or 9854986. OLE color: 9854986.

HSL color Cylindrical-coordinate representation of color #0A6096: hue angle of 203.14º 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 #0A6096 is Cyan = 0.93, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 10 96 150 -
CMYK 0.93 0.36 0 0.41
HSL 203.14º 0.88% 0.31% -
HSV(B) 203.14º 0.93% 0.59% -
XYZ 9.81 10.63 30.39 -
YUV 76.44 169.51 80.61 -
System Red Green Blue C M Y K H S L
Decimal 10 96 150 0.93 0.36 0 0.41 203.14 0.88 0.31
Hex A 60 96 5D 24 0 29 CB 58 1F
Octal 12 140 226 135 44 0 51 313 130 37
Binary 1010 1100000 10010110 1011101 100100 0 101001 11001011 1011000 11111

Color Harmonies of #0A6096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A6096

Black with #0A6096

Text Example


Text Example

White with #0A6096

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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