#02313F

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

Shades of Nordic #02313F

Tints of Nordic #02313F

Color information

#02313F (or 0x02313F) is unknown color: approx Nordic. HEX triplet: 02, 31 and 3F. RGB value is (2,49,63). Sum of RGB (Red+Green+Blue) = 2+49+63=114 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.75% from 114); Green value is 49 (19.53% from 255 or 42.98% from 114); Blue value is 63 (25% from 255 or 55.26% from 114); Max value from RGB is 63 - color contains mainly: blue. Hex color #02313F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02313F is #FDCEC0. Grayscale: #242424. Windows color (decimal): -16633537 or 4141314. OLE color: 4141314.

HSL color Cylindrical-coordinate representation of color #02313F: hue angle of 193.77º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #02313F is Cyan = 0.97, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB24963-
CMYK0.970.2200.75
HSL193.77º93.85%12.75%-
HSV(B)193.77º96.83%24.71%-
XYZ2.022.575.09-
YUV36.54142.93103.36-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.75%
GREEN value IS 49 (19.53% from 255) = 42.98%
BLUE value IS 63 (25% from 255) = 55.26%
R=1.75%
G=42.98%
B=55.26%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal249630.970.2200.75193.7793.8512.75
Hex2313F611604Bc25ed
Octal2617714126011330213615
Binary10110001111111110000110110010010111100001010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02313F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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