#09397E

Color #09397E Dark Cerulean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Cerulean #09397E

Tints of Dark Cerulean #09397E

Color information

#09397E (or 0x09397E) is unknown color: approx Dark Cerulean. HEX triplet: 09, 39 and 7E. RGB value is (9,57,126). Sum of RGB (Red+Green+Blue) = 9+57+126=192 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.69% from 192); Green value is 57 (22.66% from 255 or 29.69% from 192); Blue value is 126 (49.61% from 255 or 65.62% from 192); Max value from RGB is 126 - color contains mainly: blue. Hex color #09397E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09397E is #F6C681. Grayscale: #323232. Windows color (decimal): -16172674 or 8272137. OLE color: 8272137.

HSL color Cylindrical-coordinate representation of color #09397E: hue angle of 215.38º degrees, saturation: 0.87, 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 #09397E is Cyan = 0.93, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB957126-
CMYK0.930.5500.51
HSL215.38º86.67%26.47%-
HSV(B)215.38º92.86%49.41%-
XYZ5.344.4920.32-
YUV50.51170.698.39-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.69%
GREEN value IS 57 (22.66% from 255) = 29.69%
BLUE value IS 126 (49.61% from 255) = 65.62%
R=4.69%
G=29.69%
B=65.62%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal9571260.930.5500.51215.3886.6726.47
Hex9397E5D37033d7571a
Octal11711761356706332712732
Binary100111100111111101011101110111011001111010111101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09397E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #09397E; }

 p { color: rgb(9,57,126); }

 H1.HeaderClassName
 {
   color: #09397E;
 }
 .AnyTagClassName
 {
   color: #09397E;
 }
</style>
background-color css

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

 a { background-color: rgb(9,57,126); }

 div.DivClassName
 {
   background-color: #09397E;
 }
 .BgClassName
 {
   background-color: #09397E;
 }
</style>
border-color css

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

 span { border-color: rgb(9,57,126); }

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