Html Css Color HEX #023037 Nordic

📋 copy color: '#023037'

red 2 ◦ green 48 ◦ blue 55

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

Shades of Nordic #023037

Tints of Nordic #023037

RGB

 RED value IS 2 (1.17% from 255) = 1.9%

 GREEN value IS 48 (19.14% from 255) = 45.71%

 BLUE value IS 55 (21.88% from 255) = 52.38%

R = 1.9%
G = 45.71%
B = 52.38%

CMYK

 C value IS 0.96

 M value IS 0.13

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#023037 (or 0x023037) is known color: Nordic. HEX triplet: 02, 30 and 37. RGB value is (2,48,55). Sum of RGB (Red+Green+Blue) = 2+48+55=105 (13% of max value = 765). Red value is 2 (1.17% from 255 or 1.90% from 105); Green value is 48 (19.14% from 255 or 45.71% from 105); Blue value is 55 (21.88% from 255 or 52.38% from 105); Max value from RGB is 55 - color contains mainly: blue. Hex color #023037 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #023037 is #FDCFC8. Grayscale: #222222. Windows color (decimal): -16633801 or 3616770. OLE color: 3616770.

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

Color convert

RGB 2 48 55 -
CMYK 0.96 0.13 0 0.78
HSL 187.92º 0.93% 0.11% -
HSV(B) 187.92º 0.96% 0.22% -
XYZ 1.77 2.4 3.98 -
YUV 35.04 139.26 104.43 -
System Red Green Blue C M Y K H S L
Decimal 2 48 55 0.96 0.13 0 0.78 187.92 0.93 0.11
Hex 2 30 37 60 D 0 4E BC 5D B
Octal 2 60 67 140 15 0 116 274 135 13
Binary 10 110000 110111 1100000 1101 0 1001110 10111100 1011101 1011

Color Harmonies of #023037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023037

Black with #023037

Text Example


Text Example

White with #023037

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #023037; }

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

 H1.HeaderClassName
 {
   color: #023037;
 }
 .AnyTagClassName
 {
   color: #023037;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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