#023033

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

Shades of Nordic #023033

Tints of Nordic #023033

Color information

#023033 (or 0x023033) is unknown color: approx Nordic. HEX triplet: 02, 30 and 33. RGB value is (2,48,51). Sum of RGB (Red+Green+Blue) = 2+48+51=101 (13% of max value = 765). Red value is 2 (1.17% from 255 or 1.98% from 101); Green value is 48 (19.14% from 255 or 47.52% from 101); Blue value is 51 (20.31% from 255 or 50.50% from 101); Max value from RGB is 51 - color contains mainly: blue. Hex color #023033 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #023033 is #FDCFCC. Grayscale: #222222. Windows color (decimal): -16633805 or 3354626. OLE color: 3354626.

HSL color Cylindrical-coordinate representation of color #023033: hue angle of 183.67º 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 #023033 is Cyan = 0.96, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB24851-
CMYK0.960.0600.8
HSL183.67º92.45%10.39%-
HSV(B)183.67º96.08%20%-
XYZ1.682.373.5-
YUV34.59137.26104.76-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.98%
GREEN value IS 48 (19.14% from 255) = 47.52%
BLUE value IS 51 (20.31% from 255) = 50.50%
R=1.98%
G=47.52%
B=50.50%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal248510.960.0600.8183.6792.4510.39
Hex23033606050b85ca
Octal260631406012027013412
Binary101100001100111100000110010100001011100010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #023033

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #023033; }

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

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

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

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

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

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

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

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