#05303D

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

Shades of Nordic #05303D

Tints of Nordic #05303D

Color information

#05303D (or 0x05303D) is unknown color: approx Nordic. HEX triplet: 05, 30 and 3D. RGB value is (5,48,61). Sum of RGB (Red+Green+Blue) = 5+48+61=114 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.39% from 114); Green value is 48 (19.14% from 255 or 42.11% from 114); Blue value is 61 (24.22% from 255 or 53.51% from 114); Max value from RGB is 61 - color contains mainly: blue. Hex color #05303D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05303D is #FACFC2. Grayscale: #242424. Windows color (decimal): -16437187 or 4009989. OLE color: 4009989.

HSL color Cylindrical-coordinate representation of color #05303D: hue angle of 193.93º degrees, saturation: 0.85, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #05303D is Cyan = 0.92, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB54861-
CMYK0.920.2100.76
HSL193.93º84.85%12.94%-
HSV(B)193.93º91.8%23.92%-
XYZ1.962.484.79-
YUV36.62141.75105.44-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.39%
GREEN value IS 48 (19.14% from 255) = 42.11%
BLUE value IS 61 (24.22% from 255) = 53.51%
R=4.39%
G=42.11%
B=53.51%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal548610.920.2100.76193.9384.8512.94
Hex5303D5C1504Cc255d
Octal5607513425011430212515
Binary101110000111101101110010101010011001100001010101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05303D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05303D; }

 p { color: rgb(5,48,61); }

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

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

 a { background-color: rgb(5,48,61); }

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

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

 span { border-color: rgb(5,48,61); }

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