#09323F

Color #09323F Nordic (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Nordic #09323F

Tints of Nordic #09323F

Color information

#09323F (or 0x09323F) is unknown color: approx Nordic. HEX triplet: 09, 32 and 3F. RGB value is (9,50,63). Sum of RGB (Red+Green+Blue) = 9+50+63=122 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.38% from 122); Green value is 50 (19.92% from 255 or 40.98% from 122); Blue value is 63 (25% from 255 or 51.64% from 122); Max value from RGB is 63 - color contains mainly: blue. Hex color #09323F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09323F is #F6CDC0. Grayscale: #272727. Windows color (decimal): -16174529 or 4141577. OLE color: 4141577.

HSL color Cylindrical-coordinate representation of color #09323F: hue angle of 194.44º degrees, saturation: 0.75, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #09323F is Cyan = 0.86, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB95063-
CMYK0.860.2100.75
HSL194.44º75%14.12%-
HSV(B)194.44º85.71%24.71%-
XYZ2.152.75.11-
YUV39.22141.42106.44-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 7.38%
GREEN value IS 50 (19.92% from 255) = 40.98%
BLUE value IS 63 (25% from 255) = 51.64%
R=7.38%
G=40.98%
B=51.64%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal950630.860.2100.75194.447514.12
Hex9323F561504Bc24be
Octal11627712625011330211316
Binary1001110010111111101011010101010010111100001010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09323F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #09323F; }

 p { color: rgb(9,50,63); }

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

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

 a { background-color: rgb(9,50,63); }

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

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

 span { border-color: rgb(9,50,63); }

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