#023133

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

Shades of Nordic #023133

Tints of Nordic #023133

Color information

#023133 (or 0x023133) is unknown color: approx Nordic. HEX triplet: 02, 31 and 33. RGB value is (2,49,51). Sum of RGB (Red+Green+Blue) = 2+49+51=102 (13% of max value = 765). Red value is 2 (1.17% from 255 or 1.96% from 102); Green value is 49 (19.53% from 255 or 48.04% from 102); Blue value is 51 (20.31% from 255 or 50% from 102); Max value from RGB is 51 - color contains mainly: blue. Hex color #023133 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #023133 is #FDCECC. Grayscale: #232323. Windows color (decimal): -16633549 or 3354882. OLE color: 3354882.

HSL color Cylindrical-coordinate representation of color #023133: hue angle of 182.45º degrees, saturation: 0.92, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #023133 is Cyan = 0.96, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB24951-
CMYK0.960.0400.8
HSL182.45º92.45%10.39%-
HSV(B)182.45º96.08%20%-
XYZ1.722.453.51-
YUV35.17136.93104.34-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.96%
GREEN value IS 49 (19.53% from 255) = 48.04%
BLUE value IS 51 (20.31% from 255) = 50%
R=1.96%
G=48.04%
B=50%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal249510.960.0400.8182.4592.4510.39
Hex23133604050b65ca
Octal261631404012026613412
Binary101100011100111100000100010100001011011010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #023133

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #023133; }

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

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

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

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

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

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

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

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