#023137

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

Shades of Nordic #023137

Tints of Nordic #023137

Color information

#023137 (or 0x023137) is unknown color: approx Nordic. HEX triplet: 02, 31 and 37. RGB value is (2,49,55). Sum of RGB (Red+Green+Blue) = 2+49+55=106 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.89% from 106); Green value is 49 (19.53% from 255 or 46.23% from 106); Blue value is 55 (21.88% from 255 or 51.89% from 106); Max value from RGB is 55 - color contains mainly: blue. Hex color #023137 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #023137 is #FDCEC8. Grayscale: #232323. Windows color (decimal): -16633545 or 3617026. OLE color: 3617026.

HSL color Cylindrical-coordinate representation of color #023137: hue angle of 186.79º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #023137 is Cyan = 0.96, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB24955-
CMYK0.960.1100.78
HSL186.79º92.98%11.18%-
HSV(B)186.79º96.36%21.57%-
XYZ1.812.494-
YUV35.63138.93104.01-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.89%
GREEN value IS 49 (19.53% from 255) = 46.23%
BLUE value IS 55 (21.88% from 255) = 51.89%
R=1.89%
G=46.23%
B=51.89%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal249550.960.1100.78186.7992.9811.18
Hex2313760B04Ebb5db
Octal2616714013011627313513
Binary1011000111011111000001011010011101011101110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #023137

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #023137; }

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

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

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

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

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

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

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

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