Html Css Color HEX #0A6393 Cerulean

📋 copy color: '#0A6393'

red 10 ◦ green 99 ◦ blue 147

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

Shades of Cerulean #0A6393

Tints of Cerulean #0A6393

RGB

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

 GREEN value IS 99 (39.06% from 255) = 38.67%

 BLUE value IS 147 (57.81% from 255) = 57.42%

R = 3.91%
G = 38.67%
B = 57.42%

CMYK

 C value IS 0.93

 M value IS 0.33

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#0A6393 (or 0x0A6393) is known color: Cerulean. HEX triplet: 0A, 63 and 93. RGB value is (10,99,147). Sum of RGB (Red+Green+Blue) = 10+99+147=256 (33% of max value = 765). Red value is 10 (4.30% from 255 or 3.91% from 256); Green value is 99 (39.06% from 255 or 38.67% from 256); Blue value is 147 (57.81% from 255 or 57.42% from 256); Max value from RGB is 147 - color contains mainly: blue. Hex color #0A6393 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0A6393 is #F59C6C. Grayscale: #4D4D4D. Windows color (decimal): -16096365 or 9659146. OLE color: 9659146.

HSL color Cylindrical-coordinate representation of color #0A6393: hue angle of 201.02º degrees, saturation: 0.87, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A6393 is Cyan = 0.93, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 10 99 147 -
CMYK 0.93 0.33 0 0.42
HSL 201.02º 0.87% 0.31% -
HSV(B) 201.02º 0.93% 0.58% -
XYZ 9.85 11.09 29.23 -
YUV 77.86 167.01 79.6 -
System Red Green Blue C M Y K H S L
Decimal 10 99 147 0.93 0.33 0 0.42 201.02 0.87 0.31
Hex A 63 93 5D 21 0 2A C9 57 1F
Octal 12 143 223 135 41 0 52 311 127 37
Binary 1010 1100011 10010011 1011101 100001 0 101010 11001001 1010111 11111

Color Harmonies of #0A6393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A6393

Black with #0A6393

Text Example


Text Example

White with #0A6393

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,99,147); }

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

background-color css

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

 a { background-color: rgb(10,99,147); }

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

border-color css

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

 span { border-color: rgb(10,99,147); }

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