Html Css Color HEX #093C7E Dark Cerulean

📋 copy color: '#093C7E'

red 9 ◦ green 60 ◦ blue 126

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

Shades of Dark Cerulean #093C7E

Tints of Dark Cerulean #093C7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 64.62%

R = 4.62%
G = 30.77%
B = 64.62%

CMYK

 C value IS 0.93

 M value IS 0.52

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#093C7E (or 0x093C7E) is known color: Dark Cerulean. HEX triplet: 09, 3C and 7E. RGB value is (9,60,126). Sum of RGB (Red+Green+Blue) = 9+60+126=195 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.62% from 195); Green value is 60 (23.83% from 255 or 30.77% from 195); Blue value is 126 (49.61% from 255 or 64.62% from 195); Max value from RGB is 126 - color contains mainly: blue. Hex color #093C7E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #093C7E is #F6C381. Grayscale: #333333. Windows color (decimal): -16171906 or 8272905. OLE color: 8272905.

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

Color convert

RGB 9 60 126 -
CMYK 0.93 0.52 0 0.51
HSL 213.85º 0.87% 0.26% -
HSV(B) 213.85º 0.93% 0.49% -
XYZ 5.49 4.8 20.37 -
YUV 52.28 169.6 97.13 -
System Red Green Blue C M Y K H S L
Decimal 9 60 126 0.93 0.52 0 0.51 213.85 0.87 0.26
Hex 9 3C 7E 5D 34 0 33 D6 57 1A
Octal 11 74 176 135 64 0 63 326 127 32
Binary 1001 111100 1111110 1011101 110100 0 110011 11010110 1010111 11010

Color Harmonies of #093C7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093C7E

Black with #093C7E

Text Example


Text Example

White with #093C7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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