Html Css Color HEX #093C85 Dark Cerulean

📋 copy color: '#093C85'

red 9 ◦ green 60 ◦ blue 133

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

Shades of Dark Cerulean #093C85

Tints of Dark Cerulean #093C85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 65.84%

R = 4.46%
G = 29.7%
B = 65.84%

CMYK

 C value IS 0.93

 M value IS 0.55

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#093C85 (or 0x093C85) is known color: Dark Cerulean. HEX triplet: 09, 3C and 85. RGB value is (9,60,133). Sum of RGB (Red+Green+Blue) = 9+60+133=202 (26% of max value = 765). Red value is 9 (3.91% from 255 or 4.46% from 202); Green value is 60 (23.83% from 255 or 29.70% from 202); Blue value is 133 (52.34% from 255 or 65.84% from 202); Max value from RGB is 133 - color contains mainly: blue. Hex color #093C85 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #093C85 is #F6C37A. Grayscale: #343434. Windows color (decimal): -16171899 or 8731657. OLE color: 8731657.

HSL color Cylindrical-coordinate representation of color #093C85: hue angle of 215.32º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #093C85 is Cyan = 0.93, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 9 60 133 -
CMYK 0.93 0.55 0 0.48
HSL 215.32º 0.87% 0.28% -
HSV(B) 215.32º 0.93% 0.52% -
XYZ 5.96 4.98 22.84 -
YUV 53.07 173.1 96.56 -
System Red Green Blue C M Y K H S L
Decimal 9 60 133 0.93 0.55 0 0.48 215.32 0.87 0.28
Hex 9 3C 85 5D 37 0 30 D7 57 1C
Octal 11 74 205 135 67 0 60 327 127 34
Binary 1001 111100 10000101 1011101 110111 0 110000 11010111 1010111 11100

Color Harmonies of #093C85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093C85

Black with #093C85

Text Example


Text Example

White with #093C85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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