Html Css Color HEX #09347C Dark Cerulean

📋 copy color: '#09347C'

red 9 ◦ green 52 ◦ blue 124

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

Shades of Dark Cerulean #09347C

Tints of Dark Cerulean #09347C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 67.03%

R = 4.86%
G = 28.11%
B = 67.03%

CMYK

 C value IS 0.93

 M value IS 0.58

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#09347C (or 0x09347C) is known color: Dark Cerulean. HEX triplet: 09, 34 and 7C. RGB value is (9,52,124). Sum of RGB (Red+Green+Blue) = 9+52+124=185 (24% of max value = 765). Red value is 9 (3.91% from 255 or 4.86% from 185); Green value is 52 (20.70% from 255 or 28.11% from 185); Blue value is 124 (48.83% from 255 or 67.03% from 185); Max value from RGB is 124 - color contains mainly: blue. Hex color #09347C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09347C is #F6CB83. Grayscale: #2F2F2F. Windows color (decimal): -16173956 or 8139785. OLE color: 8139785.

HSL color Cylindrical-coordinate representation of color #09347C: hue angle of 217.57º degrees, saturation: 0.86, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #09347C is Cyan = 0.93, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 9 52 124 -
CMYK 0.93 0.58 0 0.51
HSL 217.57º 0.86% 0.26% -
HSV(B) 217.57º 0.93% 0.49% -
XYZ 4.98 3.97 19.57 -
YUV 47.35 171.25 100.65 -
System Red Green Blue C M Y K H S L
Decimal 9 52 124 0.93 0.58 0 0.51 217.57 0.86 0.26
Hex 9 34 7C 5D 3A 0 33 DA 56 1A
Octal 11 64 174 135 72 0 63 332 126 32
Binary 1001 110100 1111100 1011101 111010 0 110011 11011010 1010110 11010

Color Harmonies of #09347C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09347C

Black with #09347C

Text Example


Text Example

White with #09347C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #09347C; }

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

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

background-color css

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

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

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

border-color css

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

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

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