Html Css Color HEX #04313B Nordic

📋 copy color: '#04313B'

red 4 ◦ green 49 ◦ blue 59

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

Shades of Nordic #04313B

Tints of Nordic #04313B

RGB

 RED value IS 4 (1.95% from 255) = 3.57%

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

 BLUE value IS 59 (23.44% from 255) = 52.68%

R = 3.57%
G = 43.75%
B = 52.68%

CMYK

 C value IS 0.93

 M value IS 0.17

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#04313B (or 0x04313B) is known color: Nordic. HEX triplet: 04, 31 and 3B. RGB value is (4,49,59). Sum of RGB (Red+Green+Blue) = 4+49+59=112 (14% of max value = 765). Red value is 4 (1.95% from 255 or 3.57% from 112); Green value is 49 (19.53% from 255 or 43.75% from 112); Blue value is 59 (23.44% from 255 or 52.68% from 112); Max value from RGB is 59 - color contains mainly: blue. Hex color #04313B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #04313B is #FBCEC4. Grayscale: #242424. Windows color (decimal): -16502469 or 3879172. OLE color: 3879172.

HSL color Cylindrical-coordinate representation of color #04313B: hue angle of 190.91º degrees, saturation: 0.87, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #04313B is Cyan = 0.93, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 4 49 59 -
CMYK 0.93 0.17 0 0.77
HSL 190.91º 0.87% 0.12% -
HSV(B) 190.91º 0.93% 0.23% -
XYZ 1.94 2.54 4.53 -
YUV 36.69 140.59 104.69 -
System Red Green Blue C M Y K H S L
Decimal 4 49 59 0.93 0.17 0 0.77 190.91 0.87 0.12
Hex 4 31 3B 5D 11 0 4D BF 57 C
Octal 4 61 73 135 21 0 115 277 127 14
Binary 100 110001 111011 1011101 10001 0 1001101 10111111 1010111 1100

Color Harmonies of #04313B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04313B

Black with #04313B

Text Example


Text Example

White with #04313B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #04313B; }

 p { color: rgb(4,49,59); }

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

background-color css

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

 a { background-color: rgb(4,49,59); }

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

border-color css

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

 span { border-color: rgb(4,49,59); }

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