Html Css Color HEX #093A52 Regal Blue

📋 copy color: '#093A52'

red 9 ◦ green 58 ◦ blue 82

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

Shades of Regal Blue #093A52

Tints of Regal Blue #093A52

RGB

 RED value IS 9 (3.91% from 255) = 6.04%

 GREEN value IS 58 (23.05% from 255) = 38.93%

 BLUE value IS 82 (32.42% from 255) = 55.03%

R = 6.04%
G = 38.93%
B = 55.03%

CMYK

 C value IS 0.89

 M value IS 0.29

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#093A52 (or 0x093A52) is known color: Regal Blue. HEX triplet: 09, 3A and 52. RGB value is (9,58,82). Sum of RGB (Red+Green+Blue) = 9+58+82=149 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6.04% from 149); Green value is 58 (23.05% from 255 or 38.93% from 149); Blue value is 82 (32.42% from 255 or 55.03% from 149); Max value from RGB is 82 - color contains mainly: blue. Hex color #093A52 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #093A52 is #F6C5AD. Grayscale: #2D2D2D. Windows color (decimal): -16172462 or 5388809. OLE color: 5388809.

HSL color Cylindrical-coordinate representation of color #093A52: hue angle of 199.73º degrees, saturation: 0.8, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #093A52 is Cyan = 0.89, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 9 58 82 -
CMYK 0.89 0.29 0 0.68
HSL 199.73º 0.8% 0.18% -
HSV(B) 199.73º 0.89% 0.32% -
XYZ 3.15 3.69 8.53 -
YUV 46.09 148.27 101.55 -
System Red Green Blue C M Y K H S L
Decimal 9 58 82 0.89 0.29 0 0.68 199.73 0.8 0.18
Hex 9 3A 52 59 1D 0 44 C8 50 12
Octal 11 72 122 131 35 0 104 310 120 22
Binary 1001 111010 1010010 1011001 11101 0 1000100 11001000 1010000 10010

Color Harmonies of #093A52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093A52

Black with #093A52

Text Example


Text Example

White with #093A52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #093A52; }

 p { color: rgb(9,58,82); }

 H1.HeaderClassName
 {
   color: #093A52;
 }
 .AnyTagClassName
 {
   color: #093A52;
 }
</style>

background-color css

<style>
 a { background-color: #093A52; }

 a { background-color: rgb(9,58,82); }

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

border-color css

<style>
 span { border-color: #093A52; }

 span { border-color: rgb(9,58,82); }

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