Html Css Color HEX #023135 Nordic

📋 copy color: '#023135'

red 2 ◦ green 49 ◦ blue 53

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

Shades of Nordic #023135

Tints of Nordic #023135

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

 M value IS 0.08

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

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

RGB 2 49 53 -
CMYK 0.96 0.08 0 0.79
HSL 184.71º 0.93% 0.11% -
HSV(B) 184.71º 0.96% 0.21% -
XYZ 1.77 2.47 3.75 -
YUV 35.4 137.93 104.17 -
System Red Green Blue C M Y K H S L
Decimal 2 49 53 0.96 0.08 0 0.79 184.71 0.93 0.11
Hex 2 31 35 60 8 0 4F B9 5D B
Octal 2 61 65 140 10 0 117 271 135 13
Binary 10 110001 110101 1100000 1000 0 1001111 10111001 1011101 1011

Color Harmonies of #023135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023135

Black with #023135

Text Example


Text Example

White with #023135

Text Example


Text Example

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