Html Css Color HEX #0A6098 Cerulean

📋 copy color: '#0A6098'

red 10 ◦ green 96 ◦ blue 152

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

Shades of Cerulean #0A6098

Tints of Cerulean #0A6098

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 58.91%

R = 3.88%
G = 37.21%
B = 58.91%

CMYK

 C value IS 0.93

 M value IS 0.37

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#0A6098 (or 0x0A6098) is known color: Cerulean. HEX triplet: 0A, 60 and 98. RGB value is (10,96,152). Sum of RGB (Red+Green+Blue) = 10+96+152=258 (34% of max value = 765). Red value is 10 (4.30% from 255 or 3.88% from 258); Green value is 96 (37.89% from 255 or 37.21% from 258); Blue value is 152 (59.77% from 255 or 58.91% from 258); Max value from RGB is 152 - color contains mainly: blue. Hex color #0A6098 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0A6098 is #F59F67. Grayscale: #4C4C4C. Windows color (decimal): -16097128 or 9986058. OLE color: 9986058.

HSL color Cylindrical-coordinate representation of color #0A6098: hue angle of 203.66º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A6098 is Cyan = 0.93, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 10 96 152 -
CMYK 0.93 0.37 0 0.40
HSL 203.66º 0.88% 0.32% -
HSV(B) 203.66º 0.93% 0.6% -
XYZ 9.98 10.7 31.24 -
YUV 76.67 170.51 80.45 -
System Red Green Blue C M Y K H S L
Decimal 10 96 152 0.93 0.37 0 0.40 203.66 0.88 0.32
Hex A 60 98 5D 25 0 28 CC 58 20
Octal 12 140 230 135 45 0 50 314 130 40
Binary 1010 1100000 10011000 1011101 100101 0 101000 11001100 1011000 100000

Color Harmonies of #0A6098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A6098

Black with #0A6098

Text Example


Text Example

White with #0A6098

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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