Html Css Color HEX #013238 Nordic

📋 copy color: '#013238'

red 1 ◦ green 50 ◦ blue 56

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

Shades of Nordic #013238

Tints of Nordic #013238

RGB

 RED value IS 1 (0.78% from 255) = 0.93%

 GREEN value IS 50 (19.92% from 255) = 46.73%

 BLUE value IS 56 (22.27% from 255) = 52.34%

R = 0.93%
G = 46.73%
B = 52.34%

CMYK

 C value IS 0.98

 M value IS 0.11

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#013238 (or 0x013238) is known color: Nordic. HEX triplet: 01, 32 and 38. RGB value is (1,50,56). Sum of RGB (Red+Green+Blue) = 1+50+56=107 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.93% from 107); Green value is 50 (19.92% from 255 or 46.73% from 107); Blue value is 56 (22.27% from 255 or 52.34% from 107); Max value from RGB is 56 - color contains mainly: blue. Hex color #013238 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013238 is #FECDC7. Grayscale: #232323. Windows color (decimal): -16698824 or 3682817. OLE color: 3682817.

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

Color convert

RGB 1 50 56 -
CMYK 0.98 0.11 0 0.78
HSL 186.55º 0.96% 0.11% -
HSV(B) 186.55º 0.98% 0.22% -
XYZ 1.87 2.57 4.14 -
YUV 36.03 139.27 103.01 -
System Red Green Blue C M Y K H S L
Decimal 1 50 56 0.98 0.11 0 0.78 186.55 0.96 0.11
Hex 1 32 38 62 B 0 4E BB 60 B
Octal 1 62 70 142 13 0 116 273 140 13
Binary 1 110010 111000 1100010 1011 0 1001110 10111011 1100000 1011

Color Harmonies of #013238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013238

Black with #013238

Text Example


Text Example

White with #013238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013238; }

 p { color: rgb(1,50,56); }

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

background-color css

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

 a { background-color: rgb(1,50,56); }

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

border-color css

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

 span { border-color: rgb(1,50,56); }

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