Html Css Color HEX #093477 Dark Cerulean

📋 copy color: '#093477'

red 9 ◦ green 52 ◦ blue 119

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

Shades of Dark Cerulean #093477

Tints of Dark Cerulean #093477

RGB

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

 GREEN value IS 52 (20.7% from 255) = 28.89%

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

R = 5%
G = 28.89%
B = 66.11%

CMYK

 C value IS 0.92

 M value IS 0.56

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#093477 (or 0x093477) is known color: Dark Cerulean. HEX triplet: 09, 34 and 77. RGB value is (9,52,119). Sum of RGB (Red+Green+Blue) = 9+52+119=180 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5% from 180); Green value is 52 (20.70% from 255 or 28.89% from 180); Blue value is 119 (46.88% from 255 or 66.11% from 180); Max value from RGB is 119 - color contains mainly: blue. Hex color #093477 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #093477 is #F6CB88. Grayscale: #2E2E2E. Windows color (decimal): -16173961 or 7812105. OLE color: 7812105.

HSL color Cylindrical-coordinate representation of color #093477: hue angle of 216.55º 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 #093477 is Cyan = 0.92, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 9 52 119 -
CMYK 0.92 0.56 0 0.53
HSL 216.55º 0.86% 0.25% -
HSV(B) 216.55º 0.92% 0.47% -
XYZ 4.67 3.85 17.95 -
YUV 46.78 168.75 101.05 -
System Red Green Blue C M Y K H S L
Decimal 9 52 119 0.92 0.56 0 0.53 216.55 0.86 0.25
Hex 9 34 77 5C 38 0 35 D9 56 19
Octal 11 64 167 134 70 0 65 331 126 31
Binary 1001 110100 1110111 1011100 111000 0 110101 11011001 1010110 11001

Color Harmonies of #093477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093477

Black with #093477

Text Example


Text Example

White with #093477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #093477; }

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

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

background-color css

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

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

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

border-color css

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

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

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