Html Css Color HEX #0A7898 Cerulean

📋 copy color: '#0A7898'

red 10 ◦ green 120 ◦ blue 152

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

Shades of Cerulean #0A7898

Tints of Cerulean #0A7898

RGB

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

 GREEN value IS 120 (47.27% from 255) = 42.55%

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

R = 3.55%
G = 42.55%
B = 53.9%

CMYK

 C value IS 0.93

 M value IS 0.21

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#0A7898 (or 0x0A7898) is known color: Cerulean. HEX triplet: 0A, 78 and 98. RGB value is (10,120,152). Sum of RGB (Red+Green+Blue) = 10+120+152=282 (37% of max value = 765). Red value is 10 (4.30% from 255 or 3.55% from 282); Green value is 120 (47.27% from 255 or 42.55% from 282); Blue value is 152 (59.77% from 255 or 53.90% from 282); Max value from RGB is 152 - color contains mainly: blue. Hex color #0A7898 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0A7898 is #F58767. Grayscale: #5A5A5A. Windows color (decimal): -16090984 or 9992202. OLE color: 9992202.

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

Color convert

RGB 10 120 152 -
CMYK 0.93 0.21 0 0.40
HSL 193.52º 0.88% 0.32% -
HSV(B) 193.52º 0.93% 0.6% -
XYZ 12.51 15.76 32.09 -
YUV 90.76 162.56 70.4 -
System Red Green Blue C M Y K H S L
Decimal 10 120 152 0.93 0.21 0 0.40 193.52 0.88 0.32
Hex A 78 98 5D 15 0 28 C2 58 20
Octal 12 170 230 135 25 0 50 302 130 40
Binary 1010 1111000 10011000 1011101 10101 0 101000 11000010 1011000 100000

Color Harmonies of #0A7898

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A7898

Black with #0A7898

Text Example


Text Example

White with #0A7898

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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