#093441

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

Shades of Nordic #093441

Tints of Nordic #093441

Color information

#093441 (or 0x093441) is unknown color: approx Nordic. HEX triplet: 09, 34 and 41. RGB value is (9,52,65). Sum of RGB (Red+Green+Blue) = 9+52+65=126 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.14% from 126); Green value is 52 (20.70% from 255 or 41.27% from 126); Blue value is 65 (25.78% from 255 or 51.59% from 126); Max value from RGB is 65 - color contains mainly: blue. Hex color #093441 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093441 is #F6CBBE. Grayscale: #282828. Windows color (decimal): -16174015 or 4273161. OLE color: 4273161.

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

Color convert

RGB95265-
CMYK0.860.2000.75
HSL193.93º75.68%14.51%-
HSV(B)193.93º86.15%25.49%-
XYZ2.292.95.44-
YUV40.62141.75105.44-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 7.14%
GREEN value IS 52 (20.70% from 255) = 41.27%
BLUE value IS 65 (25.78% from 255) = 51.59%
R=7.14%
G=41.27%
B=51.59%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal952650.860.2000.75193.9375.6814.51
Hex93441561404Bc24cf
Octal116410112624011330211417
Binary10011101001000001101011010100010010111100001010011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093441

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #093441; }

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

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

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

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

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

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

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

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