Html Css Color HEX #093779 Dark Cerulean

📋 copy color: '#093779'

red 9 ◦ green 55 ◦ blue 121

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

Shades of Dark Cerulean #093779

Tints of Dark Cerulean #093779

RGB

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

 GREEN value IS 55 (21.88% from 255) = 29.73%

 BLUE value IS 121 (47.66% from 255) = 65.41%

R = 4.86%
G = 29.73%
B = 65.41%

CMYK

 C value IS 0.93

 M value IS 0.55

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#093779 (or 0x093779) is known color: Dark Cerulean. HEX triplet: 09, 37 and 79. RGB value is (9,55,121). Sum of RGB (Red+Green+Blue) = 9+55+121=185 (24% of max value = 765). Red value is 9 (3.91% from 255 or 4.86% from 185); Green value is 55 (21.88% from 255 or 29.73% from 185); Blue value is 121 (47.66% from 255 or 65.41% from 185); Max value from RGB is 121 - color contains mainly: blue. Hex color #093779 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #093779 is #F6C886. Grayscale: #303030. Windows color (decimal): -16173191 or 7943945. OLE color: 7943945.

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

Color convert

RGB 9 55 121 -
CMYK 0.93 0.55 0 0.53
HSL 215.36º 0.86% 0.25% -
HSV(B) 215.36º 0.93% 0.47% -
XYZ 4.93 4.17 18.63 -
YUV 48.77 168.76 99.63 -
System Red Green Blue C M Y K H S L
Decimal 9 55 121 0.93 0.55 0 0.53 215.36 0.86 0.25
Hex 9 37 79 5D 37 0 35 D7 56 19
Octal 11 67 171 135 67 0 65 327 126 31
Binary 1001 110111 1111001 1011101 110111 0 110101 11010111 1010110 11001

Color Harmonies of #093779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093779

Black with #093779

Text Example


Text Example

White with #093779

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #093779; }

 p { color: rgb(9,55,121); }

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

background-color css

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

 a { background-color: rgb(9,55,121); }

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

border-color css

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

 span { border-color: rgb(9,55,121); }

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