Html Css Color HEX #093977 Dark Cerulean

📋 copy color: '#093977'

red 9 ◦ green 57 ◦ blue 119

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

Shades of Dark Cerulean #093977

Tints of Dark Cerulean #093977

RGB

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

 GREEN value IS 57 (22.66% from 255) = 30.81%

 BLUE value IS 119 (46.88% from 255) = 64.32%

R = 4.86%
G = 30.81%
B = 64.32%

CMYK

 C value IS 0.92

 M value IS 0.52

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#093977 (or 0x093977) is known color: Dark Cerulean. HEX triplet: 09, 39 and 77. RGB value is (9,57,119). Sum of RGB (Red+Green+Blue) = 9+57+119=185 (24% of max value = 765). Red value is 9 (3.91% from 255 or 4.86% from 185); Green value is 57 (22.66% from 255 or 30.81% from 185); Blue value is 119 (46.88% from 255 or 64.32% from 185); Max value from RGB is 119 - color contains mainly: blue. Hex color #093977 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #093977 is #F6C688. Grayscale: #313131. Windows color (decimal): -16172681 or 7813385. OLE color: 7813385.

HSL color Cylindrical-coordinate representation of color #093977: hue angle of 213.82º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #093977 is Cyan = 0.92, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 9 57 119 -
CMYK 0.92 0.52 0 0.53
HSL 213.82º 0.86% 0.25% -
HSV(B) 213.82º 0.92% 0.47% -
XYZ 4.91 4.32 18.03 -
YUV 49.72 167.1 98.96 -
System Red Green Blue C M Y K H S L
Decimal 9 57 119 0.92 0.52 0 0.53 213.82 0.86 0.25
Hex 9 39 77 5C 34 0 35 D6 56 19
Octal 11 71 167 134 64 0 65 326 126 31
Binary 1001 111001 1110111 1011100 110100 0 110101 11010110 1010110 11001

Color Harmonies of #093977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093977

Black with #093977

Text Example


Text Example

White with #093977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #093977; }

 p { color: rgb(9,57,119); }

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

background-color css

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

 a { background-color: rgb(9,57,119); }

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

border-color css

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

 span { border-color: rgb(9,57,119); }

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