#093237

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

Shades of Nordic #093237

Tints of Nordic #093237

Color information

#093237 (or 0x093237) is unknown color: approx Nordic. HEX triplet: 09, 32 and 37. RGB value is (9,50,55). Sum of RGB (Red+Green+Blue) = 9+50+55=114 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.89% from 114); Green value is 50 (19.92% from 255 or 43.86% from 114); Blue value is 55 (21.88% from 255 or 48.25% from 114); Max value from RGB is 55 - color contains mainly: blue. Hex color #093237 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093237 is #F6CDC8. Grayscale: #262626. Windows color (decimal): -16174537 or 3617289. OLE color: 3617289.

HSL color Cylindrical-coordinate representation of color #093237: hue angle of 186.52º 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 #093237 is Cyan = 0.84, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB95055-
CMYK0.840.0900.78
HSL186.52º71.88%12.55%-
HSV(B)186.52º83.64%21.57%-
XYZ1.942.624.02-
YUV38.31137.42107.09-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 7.89%
GREEN value IS 50 (19.92% from 255) = 43.86%
BLUE value IS 55 (21.88% from 255) = 48.25%
R=7.89%
G=43.86%
B=48.25%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal950550.840.0900.78186.5271.8812.55
Hex9323754904Ebb48d
Octal11626712411011627311015
Binary100111001011011110101001001010011101011101110010001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093237

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #093237; }

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

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

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

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

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

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

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

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