#093440

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

Shades of Nordic #093440

Tints of Nordic #093440

Color information

#093440 (or 0x093440) is unknown color: approx Nordic. HEX triplet: 09, 34 and 40. RGB value is (9,52,64). Sum of RGB (Red+Green+Blue) = 9+52+64=125 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.2% from 125); Green value is 52 (20.70% from 255 or 41.6% from 125); Blue value is 64 (25.39% from 255 or 51.2% from 125); Max value from RGB is 64 - color contains mainly: blue. Hex color #093440 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093440 is #F6CBBF. Grayscale: #282828. Windows color (decimal): -16174016 or 4207625. OLE color: 4207625.

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

Color convert

RGB95264-
CMYK0.860.1900.75
HSL193.09º75.34%14.31%-
HSV(B)193.09º85.94%25.1%-
XYZ2.272.885.29-
YUV40.51141.25105.52-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 7.2%
GREEN value IS 52 (20.70% from 255) = 41.6%
BLUE value IS 64 (25.39% from 255) = 51.2%
R=7.2%
G=41.6%
B=51.2%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal952640.860.1900.75193.0975.3414.31
Hex93440561304Bc14be
Octal116410012623011330111316
Binary10011101001000000101011010011010010111100000110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093440

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #093440; }

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

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

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

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

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

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

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

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