Html Css Color HEX #023133 Nordic

📋 copy color: '#023133'

red 2 ◦ green 49 ◦ blue 51

#023133
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Nordic #023133

Tints of Nordic #023133

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 value IS 0.96

 M value IS 0.04

 Y value IS 0

 K value IS 0.8

RGB Variations

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

Color information

#023133 (or 0x023133) is known color: 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

RGB 2 49 51 -
CMYK 0.96 0.04 0 0.8
HSL 182.45º 0.92% 0.1% -
HSV(B) 182.45º 0.96% 0.2% -
XYZ 1.72 2.45 3.51 -
YUV 35.18 136.93 104.34 -
System Red Green Blue C M Y K H S L
Decimal 2 49 51 0.96 0.04 0 0.8 182.45 0.92 0.1
Hex 2 31 33 60 4 0 50 B6 5C A
Octal 2 61 63 140 4 0 120 266 134 12
Binary 10 110001 110011 1100000 100 0 1010000 10110110 1011100 1010

Color Harmonies of #023133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023133

Black with #023133

Text Example


Text Example

White with #023133

Text Example


Text Example

HTML Codes & Css Web 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>