Html Css Color HEX #093478 Dark Cerulean

📋 copy color: '#093478'

red 9 ◦ green 52 ◦ blue 120

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

Shades of Dark Cerulean #093478

Tints of Dark Cerulean #093478

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 66.3%

R = 4.97%
G = 28.73%
B = 66.3%

CMYK

 C value IS 0.92

 M value IS 0.57

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#093478 (or 0x093478) is known color: Dark Cerulean. HEX triplet: 09, 34 and 78. RGB value is (9,52,120). Sum of RGB (Red+Green+Blue) = 9+52+120=181 (23% of max value = 765). Red value is 9 (3.91% from 255 or 4.97% from 181); Green value is 52 (20.70% from 255 or 28.73% from 181); Blue value is 120 (47.27% from 255 or 66.30% from 181); Max value from RGB is 120 - color contains mainly: blue. Hex color #093478 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #093478 is #F6CB87. Grayscale: #2E2E2E. Windows color (decimal): -16173960 or 7877641. OLE color: 7877641.

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

Color convert

RGB 9 52 120 -
CMYK 0.92 0.57 0 0.53
HSL 216.76º 0.86% 0.25% -
HSV(B) 216.76º 0.93% 0.47% -
XYZ 4.73 3.87 18.27 -
YUV 46.9 169.25 100.97 -
System Red Green Blue C M Y K H S L
Decimal 9 52 120 0.92 0.57 0 0.53 216.76 0.86 0.25
Hex 9 34 78 5C 39 0 35 D9 56 19
Octal 11 64 170 134 71 0 65 331 126 31
Binary 1001 110100 1111000 1011100 111001 0 110101 11011001 1010110 11001

Color Harmonies of #093478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093478

Black with #093478

Text Example


Text Example

White with #093478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #093478; }

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

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

background-color css

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

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

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

border-color css

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

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

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