Html Css Color HEX #093C53 Regal Blue

📋 copy color: '#093C53'

red 9 ◦ green 60 ◦ blue 83

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

Shades of Regal Blue #093C53

Tints of Regal Blue #093C53

RGB

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

 GREEN value IS 60 (23.83% from 255) = 39.47%

 BLUE value IS 83 (32.81% from 255) = 54.61%

R = 5.92%
G = 39.47%
B = 54.61%

CMYK

 C value IS 0.89

 M value IS 0.28

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#093C53 (or 0x093C53) is known color: Regal Blue. HEX triplet: 09, 3C and 53. RGB value is (9,60,83). Sum of RGB (Red+Green+Blue) = 9+60+83=152 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.92% from 152); Green value is 60 (23.83% from 255 or 39.47% from 152); Blue value is 83 (32.81% from 255 or 54.61% from 152); Max value from RGB is 83 - color contains mainly: blue. Hex color #093C53 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #093C53 is #F6C3AC. Grayscale: #2F2F2F. Windows color (decimal): -16171949 or 5454857. OLE color: 5454857.

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

Color convert

RGB 9 60 83 -
CMYK 0.89 0.28 0 0.67
HSL 198.65º 0.8% 0.18% -
HSV(B) 198.65º 0.89% 0.33% -
XYZ 3.29 3.91 8.77 -
YUV 47.37 148.1 100.63 -
System Red Green Blue C M Y K H S L
Decimal 9 60 83 0.89 0.28 0 0.67 198.65 0.8 0.18
Hex 9 3C 53 59 1C 0 43 C7 50 12
Octal 11 74 123 131 34 0 103 307 120 22
Binary 1001 111100 1010011 1011001 11100 0 1000011 11000111 1010000 10010

Color Harmonies of #093C53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093C53

Black with #093C53

Text Example


Text Example

White with #093C53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,60,83); }

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

background-color css

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

 a { background-color: rgb(9,60,83); }

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

border-color css

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

 span { border-color: rgb(9,60,83); }

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