#093238

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

Shades of Nordic #093238

Tints of Nordic #093238

Color information

#093238 (or 0x093238) is unknown color: approx Nordic. HEX triplet: 09, 32 and 38. RGB value is (9,50,56). Sum of RGB (Red+Green+Blue) = 9+50+56=115 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.83% from 115); Green value is 50 (19.92% from 255 or 43.48% from 115); Blue value is 56 (22.27% from 255 or 48.70% from 115); Max value from RGB is 56 - color contains mainly: blue. Hex color #093238 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093238 is #F6CDC7. Grayscale: #262626. Windows color (decimal): -16174536 or 3682825. OLE color: 3682825.

HSL color Cylindrical-coordinate representation of color #093238: hue angle of 187.66º degrees, saturation: 0.72, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #093238 is Cyan = 0.84, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB95056-
CMYK0.840.1100.78
HSL187.66º72.31%12.75%-
HSV(B)187.66º83.93%21.96%-
XYZ1.972.624.14-
YUV38.42137.92107.01-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 7.83%
GREEN value IS 50 (19.92% from 255) = 43.48%
BLUE value IS 56 (22.27% from 255) = 48.70%
R=7.83%
G=43.48%
B=48.70%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal950560.840.1100.78187.6672.3112.75
Hex9323854B04Ebc48d
Octal11627012413011627411015
Binary100111001011100010101001011010011101011110010010001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093238

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #093238; }

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

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

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

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

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

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

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

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