Html Css Color HEX #00313A Nordic

📋 copy color: '#00313A'

red 0 ◦ green 49 ◦ blue 58

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

Shades of Nordic #00313A

Tints of Nordic #00313A

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 49 (19.53% from 255) = 45.79%

 BLUE value IS 58 (23.05% from 255) = 54.21%

R = 0%
G = 45.79%
B = 54.21%

CMYK

 C value IS 1

 M value IS 0.16

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#00313A (or 0x00313A) is known color: Nordic. HEX triplet: 00, 31 and 3A. RGB value is (0,49,58). Sum of RGB (Red+Green+Blue) = 0+49+58=107 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 107); Green value is 49 (19.53% from 255 or 45.79% from 107); Blue value is 58 (23.05% from 255 or 54.21% from 107); Max value from RGB is 58 - color contains mainly: blue. Hex color #00313A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00313A is #FFCEC5. Grayscale: #232323. Windows color (decimal): -16764614 or 3813632. OLE color: 3813632.

HSL color Cylindrical-coordinate representation of color #00313A: hue angle of 189.31º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00313A is Cyan = 1, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 0 49 58 -
CMYK 1 0.16 0 0.77
HSL 189.31º 1% 0.11% -
HSV(B) 189.31º 1% 0.23% -
XYZ 1.86 2.5 4.39 -
YUV 35.38 140.77 102.77 -
System Red Green Blue C M Y K H S L
Decimal 0 49 58 1 0.16 0 0.77 189.31 1 0.11
Hex 0 31 3A 64 10 0 4D BD 64 B
Octal 0 61 72 144 20 0 115 275 144 13
Binary 0 110001 111010 1100100 10000 0 1001101 10111101 1100100 1011

Color Harmonies of #00313A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00313A

Black with #00313A

Text Example


Text Example

White with #00313A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00313A; }

 p { color: rgb(0,49,58); }

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

background-color css

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

 a { background-color: rgb(0,49,58); }

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

border-color css

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

 span { border-color: rgb(0,49,58); }

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