#093035

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

Shades of Nordic #093035

Tints of Nordic #093035

Color information

#093035 (or 0x093035) is unknown color: approx Nordic. HEX triplet: 09, 30 and 35. RGB value is (9,48,53). Sum of RGB (Red+Green+Blue) = 9+48+53=110 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.18% from 110); Green value is 48 (19.14% from 255 or 43.64% from 110); Blue value is 53 (21.09% from 255 or 48.18% from 110); Max value from RGB is 53 - color contains mainly: blue. Hex color #093035 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093035 is #F6CFCA. Grayscale: #242424. Windows color (decimal): -16175051 or 3485705. OLE color: 3485705.

HSL color Cylindrical-coordinate representation of color #093035: hue angle of 186.82º degrees, saturation: 0.71, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #093035 is Cyan = 0.83, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB94853-
CMYK0.830.0900.79
HSL186.82º70.97%12.16%-
HSV(B)186.82º83.02%20.78%-
XYZ1.812.433.74-
YUV36.91137.08108.09-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 8.18%
GREEN value IS 48 (19.14% from 255) = 43.64%
BLUE value IS 53 (21.09% from 255) = 48.18%
R=8.18%
G=43.64%
B=48.18%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal948530.830.0900.79186.8270.9712.16
Hex9303553904Fbb47c
Octal11606512311011727310714
Binary100111000011010110100111001010011111011101110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093035

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #093035; }

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

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

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

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

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

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

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

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