Html Css Color HEX #01303A Nordic

📋 copy color: '#01303A'

red 1 ◦ green 48 ◦ blue 58

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

Shades of Nordic #01303A

Tints of Nordic #01303A

RGB

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

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

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

R = 0.93%
G = 44.86%
B = 54.21%

CMYK

 C value IS 0.98

 M value IS 0.17

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#01303A (or 0x01303A) is known color: Nordic. HEX triplet: 01, 30 and 3A. RGB value is (1,48,58). Sum of RGB (Red+Green+Blue) = 1+48+58=107 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.93% from 107); Green value is 48 (19.14% from 255 or 44.86% 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 #01303A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01303A is #FECFC5. Grayscale: #232323. Windows color (decimal): -16699334 or 3813377. OLE color: 3813377.

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

Color convert

RGB 1 48 58 -
CMYK 0.98 0.17 0 0.77
HSL 190.53º 0.97% 0.12% -
HSV(B) 190.53º 0.98% 0.23% -
XYZ 1.83 2.43 4.37 -
YUV 35.09 140.93 103.69 -
System Red Green Blue C M Y K H S L
Decimal 1 48 58 0.98 0.17 0 0.77 190.53 0.97 0.12
Hex 1 30 3A 62 11 0 4D BF 61 C
Octal 1 60 72 142 21 0 115 277 141 14
Binary 1 110000 111010 1100010 10001 0 1001101 10111111 1100001 1100

Color Harmonies of #01303A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01303A

Black with #01303A

Text Example


Text Example

White with #01303A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,48,58); }

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

background-color css

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

 a { background-color: rgb(1,48,58); }

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

border-color css

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

 span { border-color: rgb(1,48,58); }

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