Html Css Color HEX #0A6899 Cerulean

📋 copy color: '#0A6899'

red 10 ◦ green 104 ◦ blue 153

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

Shades of Cerulean #0A6899

Tints of Cerulean #0A6899

RGB

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

 GREEN value IS 104 (41.02% from 255) = 38.95%

 BLUE value IS 153 (60.16% from 255) = 57.3%

R = 3.75%
G = 38.95%
B = 57.3%

CMYK

 C value IS 0.93

 M value IS 0.32

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#0A6899 (or 0x0A6899) is known color: Cerulean. HEX triplet: 0A, 68 and 99. RGB value is (10,104,153). Sum of RGB (Red+Green+Blue) = 10+104+153=267 (35% of max value = 765). Red value is 10 (4.30% from 255 or 3.75% from 267); Green value is 104 (41.02% from 255 or 38.95% from 267); Blue value is 153 (60.16% from 255 or 57.30% from 267); Max value from RGB is 153 - color contains mainly: blue. Hex color #0A6899 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0A6899 is #F59766. Grayscale: #515151. Windows color (decimal): -16095079 or 10053642. OLE color: 10053642.

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

Color convert

RGB 10 104 153 -
CMYK 0.93 0.32 0 0.4
HSL 200.56º 0.88% 0.32% -
HSV(B) 200.56º 0.93% 0.6% -
XYZ 10.83 12.27 31.93 -
YUV 81.48 168.36 77.02 -
System Red Green Blue C M Y K H S L
Decimal 10 104 153 0.93 0.32 0 0.4 200.56 0.88 0.32
Hex A 68 99 5D 20 0 28 C9 58 20
Octal 12 150 231 135 40 0 50 311 130 40
Binary 1010 1101000 10011001 1011101 100000 0 101000 11001001 1011000 100000

Color Harmonies of #0A6899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A6899

Black with #0A6899

Text Example


Text Example

White with #0A6899

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,104,153); }

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

background-color css

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

 a { background-color: rgb(10,104,153); }

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

border-color css

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

 span { border-color: rgb(10,104,153); }

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