Html Css Color HEX #0A7594 Cerulean

📋 copy color: '#0A7594'

red 10 ◦ green 117 ◦ blue 148

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

Shades of Cerulean #0A7594

Tints of Cerulean #0A7594

RGB

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

 GREEN value IS 117 (46.09% from 255) = 42.55%

 BLUE value IS 148 (58.2% from 255) = 53.82%

R = 3.64%
G = 42.55%
B = 53.82%

CMYK

 C value IS 0.93

 M value IS 0.21

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#0A7594 (or 0x0A7594) is known color: Cerulean. HEX triplet: 0A, 75 and 94. RGB value is (10,117,148). Sum of RGB (Red+Green+Blue) = 10+117+148=275 (36% of max value = 765). Red value is 10 (4.30% from 255 or 3.64% from 275); Green value is 117 (46.09% from 255 or 42.55% from 275); Blue value is 148 (58.20% from 255 or 53.82% from 275); Max value from RGB is 148 - color contains mainly: blue. Hex color #0A7594 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0A7594 is #F58A6B. Grayscale: #585858. Windows color (decimal): -16091756 or 9729290. OLE color: 9729290.

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

Color convert

RGB 10 117 148 -
CMYK 0.93 0.21 0 0.42
HSL 193.48º 0.87% 0.31% -
HSV(B) 193.48º 0.93% 0.58% -
XYZ 11.83 14.93 30.27 -
YUV 88.54 161.55 71.98 -
System Red Green Blue C M Y K H S L
Decimal 10 117 148 0.93 0.21 0 0.42 193.48 0.87 0.31
Hex A 75 94 5D 15 0 2A C1 57 1F
Octal 12 165 224 135 25 0 52 301 127 37
Binary 1010 1110101 10010100 1011101 10101 0 101010 11000001 1010111 11111

Color Harmonies of #0A7594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A7594

Black with #0A7594

Text Example


Text Example

White with #0A7594

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,117,148); }

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

background-color css

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

 a { background-color: rgb(10,117,148); }

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

border-color css

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

 span { border-color: rgb(10,117,148); }

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