Html Css Color HEX #01303E Nordic

📋 copy color: '#01303E'

red 1 ◦ green 48 ◦ blue 62

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

Shades of Nordic #01303E

Tints of Nordic #01303E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 55.86%

R = 0.9%
G = 43.24%
B = 55.86%

CMYK

 C value IS 0.98

 M value IS 0.23

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#01303E (or 0x01303E) is known color: Nordic. HEX triplet: 01, 30 and 3E. RGB value is (1,48,62). Sum of RGB (Red+Green+Blue) = 1+48+62=111 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.90% from 111); Green value is 48 (19.14% from 255 or 43.24% from 111); Blue value is 62 (24.61% from 255 or 55.86% from 111); Max value from RGB is 62 - color contains mainly: blue. Hex color #01303E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01303E is #FECFC1. Grayscale: #232323. Windows color (decimal): -16699330 or 4075521. OLE color: 4075521.

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

Color convert

RGB 1 48 62 -
CMYK 0.98 0.23 0 0.76
HSL 193.77º 0.97% 0.12% -
HSV(B) 193.77º 0.98% 0.24% -
XYZ 1.94 2.47 4.93 -
YUV 35.54 142.93 103.36 -
System Red Green Blue C M Y K H S L
Decimal 1 48 62 0.98 0.23 0 0.76 193.77 0.97 0.12
Hex 1 30 3E 62 17 0 4C C2 61 C
Octal 1 60 76 142 27 0 114 302 141 14
Binary 1 110000 111110 1100010 10111 0 1001100 11000010 1100001 1100

Color Harmonies of #01303E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01303E

Black with #01303E

Text Example


Text Example

White with #01303E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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