#092E34

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

Shades of Nordic #092E34

Tints of Nordic #092E34

Color information

#092E34 (or 0x092E34) is unknown color: approx Nordic. HEX triplet: 09, 2E and 34. RGB value is (9,46,52). Sum of RGB (Red+Green+Blue) = 9+46+52=107 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.41% from 107); Green value is 46 (18.36% from 255 or 42.99% from 107); Blue value is 52 (20.70% from 255 or 48.60% from 107); Max value from RGB is 52 - color contains mainly: blue. Hex color #092E34 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #092E34 is #F6D1CB. Grayscale: #232323. Windows color (decimal): -16175564 or 3419657. OLE color: 3419657.

HSL color Cylindrical-coordinate representation of color #092E34: hue angle of 188.37º degrees, saturation: 0.7, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #092E34 is Cyan = 0.83, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB94652-
CMYK0.830.1200.80
HSL188.37º70.49%11.96%-
HSV(B)188.37º82.69%20.39%-
XYZ1.712.263.59-
YUV35.62137.24109.01-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 8.41%
GREEN value IS 46 (18.36% from 255) = 42.99%
BLUE value IS 52 (20.70% from 255) = 48.60%
R=8.41%
G=42.99%
B=48.60%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal946520.830.1200.80188.3770.4911.96
Hex92E3453C050bc46c
Octal11566412314012027410614
Binary100110111011010010100111100010100001011110010001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092E34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #092E34; }

 p { color: rgb(9,46,52); }

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

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

 a { background-color: rgb(9,46,52); }

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

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

 span { border-color: rgb(9,46,52); }

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