Html Css Color HEX #093C8A Dark Cerulean

📋 copy color: '#093C8A'

red 9 ◦ green 60 ◦ blue 138

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

Shades of Dark Cerulean #093C8A

Tints of Dark Cerulean #093C8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 66.67%

R = 4.35%
G = 28.99%
B = 66.67%

CMYK

 C value IS 0.93

 M value IS 0.57

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#093C8A (or 0x093C8A) is known color: Dark Cerulean. HEX triplet: 09, 3C and 8A. RGB value is (9,60,138). Sum of RGB (Red+Green+Blue) = 9+60+138=207 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.35% from 207); Green value is 60 (23.83% from 255 or 28.99% from 207); Blue value is 138 (54.30% from 255 or 66.67% from 207); Max value from RGB is 138 - color contains mainly: blue. Hex color #093C8A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #093C8A is #F6C375. Grayscale: #353535. Windows color (decimal): -16171894 or 9059337. OLE color: 9059337.

HSL color Cylindrical-coordinate representation of color #093C8A: hue angle of 216.28º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #093C8A is Cyan = 0.93, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 9 60 138 -
CMYK 0.93 0.57 0 0.46
HSL 216.28º 0.88% 0.29% -
HSV(B) 216.28º 0.93% 0.54% -
XYZ 6.32 5.12 24.7 -
YUV 53.64 175.6 96.16 -
System Red Green Blue C M Y K H S L
Decimal 9 60 138 0.93 0.57 0 0.46 216.28 0.88 0.29
Hex 9 3C 8A 5D 39 0 2E D8 58 1D
Octal 11 74 212 135 71 0 56 330 130 35
Binary 1001 111100 10001010 1011101 111001 0 101110 11011000 1011000 11101

Color Harmonies of #093C8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093C8A

Black with #093C8A

Text Example


Text Example

White with #093C8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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