Html Css Color HEX #09357C Dark Cerulean

📋 copy color: '#09357C'

red 9 ◦ green 53 ◦ blue 124

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

Shades of Dark Cerulean #09357C

Tints of Dark Cerulean #09357C

RGB

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

 GREEN value IS 53 (21.09% from 255) = 28.49%

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

R = 4.84%
G = 28.49%
B = 66.67%

CMYK

 C value IS 0.93

 M value IS 0.57

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#09357C (or 0x09357C) is known color: Dark Cerulean. HEX triplet: 09, 35 and 7C. RGB value is (9,53,124). Sum of RGB (Red+Green+Blue) = 9+53+124=186 (24% of max value = 765). Red value is 9 (3.91% from 255 or 4.84% from 186); Green value is 53 (21.09% from 255 or 28.49% from 186); Blue value is 124 (48.83% from 255 or 66.67% from 186); Max value from RGB is 124 - color contains mainly: blue. Hex color #09357C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09357C is #F6CA83. Grayscale: #2F2F2F. Windows color (decimal): -16173700 or 8140041. OLE color: 8140041.

HSL color Cylindrical-coordinate representation of color #09357C: hue angle of 217.04º 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 #09357C is Cyan = 0.93, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 9 53 124 -
CMYK 0.93 0.57 0 0.51
HSL 217.04º 0.86% 0.26% -
HSV(B) 217.04º 0.93% 0.49% -
XYZ 5.02 4.06 19.59 -
YUV 47.94 170.92 100.23 -
System Red Green Blue C M Y K H S L
Decimal 9 53 124 0.93 0.57 0 0.51 217.04 0.86 0.26
Hex 9 35 7C 5D 39 0 33 D9 56 1A
Octal 11 65 174 135 71 0 63 331 126 32
Binary 1001 110101 1111100 1011101 111001 0 110011 11011001 1010110 11010

Color Harmonies of #09357C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09357C

Black with #09357C

Text Example


Text Example

White with #09357C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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