Html Css Color HEX #01303B Nordic

📋 copy color: '#01303B'

red 1 ◦ green 48 ◦ blue 59

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

Shades of Nordic #01303B

Tints of Nordic #01303B

RGB

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

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

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

R = 0.93%
G = 44.44%
B = 54.63%

CMYK

 C value IS 0.98

 M value IS 0.19

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#01303B (or 0x01303B) is known color: Nordic. HEX triplet: 01, 30 and 3B. RGB value is (1,48,59). Sum of RGB (Red+Green+Blue) = 1+48+59=108 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.93% from 108); Green value is 48 (19.14% from 255 or 44.44% from 108); Blue value is 59 (23.44% from 255 or 54.63% from 108); Max value from RGB is 59 - color contains mainly: blue. Hex color #01303B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01303B is #FECFC4. Grayscale: #232323. Windows color (decimal): -16699333 or 3878913. OLE color: 3878913.

HSL color Cylindrical-coordinate representation of color #01303B: hue angle of 191.38º 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 #01303B is Cyan = 0.98, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 1 48 59 -
CMYK 0.98 0.19 0 0.77
HSL 191.38º 0.97% 0.12% -
HSV(B) 191.38º 0.98% 0.23% -
XYZ 1.86 2.44 4.51 -
YUV 35.2 141.43 103.61 -
System Red Green Blue C M Y K H S L
Decimal 1 48 59 0.98 0.19 0 0.77 191.38 0.97 0.12
Hex 1 30 3B 62 13 0 4D BF 61 C
Octal 1 60 73 142 23 0 115 277 141 14
Binary 1 110000 111011 1100010 10011 0 1001101 10111111 1100001 1100

Color Harmonies of #01303B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01303B

Black with #01303B

Text Example


Text Example

White with #01303B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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