#023135

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

Shades of Nordic #023135

Tints of Nordic #023135

Color information

#023135 (or 0x023135) is unknown color: approx Nordic. HEX triplet: 02, 31 and 35. RGB value is (2,49,53). Sum of RGB (Red+Green+Blue) = 2+49+53=104 (13% of max value = 765). Red value is 2 (1.17% from 255 or 1.92% from 104); Green value is 49 (19.53% from 255 or 47.12% from 104); Blue value is 53 (21.09% from 255 or 50.96% from 104); Max value from RGB is 53 - color contains mainly: blue. Hex color #023135 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #023135 is #FDCECA. Grayscale: #232323. Windows color (decimal): -16633547 or 3485954. OLE color: 3485954.

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

Color convert

RGB24953-
CMYK0.960.0800.79
HSL184.71º92.73%10.78%-
HSV(B)184.71º96.23%20.78%-
XYZ1.772.473.75-
YUV35.4137.93104.17-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.92%
GREEN value IS 49 (19.53% from 255) = 47.12%
BLUE value IS 53 (21.09% from 255) = 50.96%
R=1.92%
G=47.12%
B=50.96%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal249530.960.0800.79184.7192.7310.78
Hex2313560804Fb95db
Octal2616514010011727113513
Binary1011000111010111000001000010011111011100110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #023135

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #023135; }

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

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

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

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

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

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

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

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