Html Css Color HEX #023033 Nordic

📋 copy color: '#023033'

red 2 ◦ green 48 ◦ blue 51

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

Shades of Nordic #023033

Tints of Nordic #023033

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.5%

R = 1.98%
G = 47.52%
B = 50.5%

CMYK

 C value IS 0.96

 M value IS 0.06

 Y value IS 0

 K value IS 0.8

RGB Variations

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

Color information

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

RGB 2 48 51 -
CMYK 0.96 0.06 0 0.8
HSL 183.67º 0.92% 0.1% -
HSV(B) 183.67º 0.96% 0.2% -
XYZ 1.68 2.37 3.5 -
YUV 34.59 137.26 104.76 -
System Red Green Blue C M Y K H S L
Decimal 2 48 51 0.96 0.06 0 0.8 183.67 0.92 0.1
Hex 2 30 33 60 6 0 50 B8 5C A
Octal 2 60 63 140 6 0 120 270 134 12
Binary 10 110000 110011 1100000 110 0 1010000 10111000 1011100 1010

Color Harmonies of #023033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023033

Black with #023033

Text Example


Text Example

White with #023033

Text Example


Text Example

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