#02313A

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

Shades of Nordic #02313A

Tints of Nordic #02313A

Color information

#02313A (or 0x02313A) is unknown color: approx Nordic. HEX triplet: 02, 31 and 3A. RGB value is (2,49,58). Sum of RGB (Red+Green+Blue) = 2+49+58=109 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.83% from 109); Green value is 49 (19.53% from 255 or 44.95% from 109); Blue value is 58 (23.05% from 255 or 53.21% from 109); Max value from RGB is 58 - color contains mainly: blue. Hex color #02313A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02313A is #FDCEC5. Grayscale: #232323. Windows color (decimal): -16633542 or 3813634. OLE color: 3813634.

HSL color Cylindrical-coordinate representation of color #02313A: hue angle of 189.64º degrees, saturation: 0.93, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #02313A is Cyan = 0.97, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB24958-
CMYK0.970.1600.77
HSL189.64º93.33%11.76%-
HSV(B)189.64º96.55%22.75%-
XYZ1.892.524.39-
YUV35.97140.43103.77-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.83%
GREEN value IS 49 (19.53% from 255) = 44.95%
BLUE value IS 58 (23.05% from 255) = 53.21%
R=1.83%
G=44.95%
B=53.21%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal249580.970.1600.77189.6493.3311.76
Hex2313A611004Dbe5dc
Octal2617214120011527613514
Binary10110001111010110000110000010011011011111010111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02313A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02313A; }

 p { color: rgb(2,49,58); }

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

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

 a { background-color: rgb(2,49,58); }

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

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

 span { border-color: rgb(2,49,58); }

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