Html Css Color HEX #093C75 Dark Cerulean

📋 copy color: '#093C75'

red 9 ◦ green 60 ◦ blue 117

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

Shades of Dark Cerulean #093C75

Tints of Dark Cerulean #093C75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 62.9%

R = 4.84%
G = 32.26%
B = 62.9%

CMYK

 C value IS 0.92

 M value IS 0.49

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#093C75 (or 0x093C75) is known color: Dark Cerulean. HEX triplet: 09, 3C and 75. RGB value is (9,60,117). Sum of RGB (Red+Green+Blue) = 9+60+117=186 (24% of max value = 765). Red value is 9 (3.91% from 255 or 4.84% from 186); Green value is 60 (23.83% from 255 or 32.26% from 186); Blue value is 117 (46.09% from 255 or 62.90% from 186); Max value from RGB is 117 - color contains mainly: blue. Hex color #093C75 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #093C75 is #F6C38A. Grayscale: #323232. Windows color (decimal): -16171915 or 7683081. OLE color: 7683081.

HSL color Cylindrical-coordinate representation of color #093C75: hue angle of 211.67º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #093C75 is Cyan = 0.92, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 9 60 117 -
CMYK 0.92 0.49 0 0.54
HSL 211.67º 0.86% 0.25% -
HSV(B) 211.67º 0.92% 0.46% -
XYZ 4.94 4.57 17.45 -
YUV 51.25 165.1 97.87 -
System Red Green Blue C M Y K H S L
Decimal 9 60 117 0.92 0.49 0 0.54 211.67 0.86 0.25
Hex 9 3C 75 5C 31 0 36 D4 56 19
Octal 11 74 165 134 61 0 66 324 126 31
Binary 1001 111100 1110101 1011100 110001 0 110110 11010100 1010110 11001

Color Harmonies of #093C75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093C75

Black with #093C75

Text Example


Text Example

White with #093C75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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