Html Css Color HEX #013038 Nordic

📋 copy color: '#013038'

red 1 ◦ green 48 ◦ blue 56

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

Shades of Nordic #013038

Tints of Nordic #013038

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 53.33%

R = 0.95%
G = 45.71%
B = 53.33%

CMYK

 C value IS 0.98

 M value IS 0.14

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#013038 (or 0x013038) is known color: Nordic. HEX triplet: 01, 30 and 38. RGB value is (1,48,56). Sum of RGB (Red+Green+Blue) = 1+48+56=105 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.95% from 105); Green value is 48 (19.14% from 255 or 45.71% from 105); Blue value is 56 (22.27% from 255 or 53.33% from 105); Max value from RGB is 56 - color contains mainly: blue. Hex color #013038 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013038 is #FECFC7. Grayscale: #222222. Windows color (decimal): -16699336 or 3682305. OLE color: 3682305.

HSL color Cylindrical-coordinate representation of color #013038: hue angle of 188.73º degrees, saturation: 0.96, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #013038 is Cyan = 0.98, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 1 48 56 -
CMYK 0.98 0.14 0 0.78
HSL 188.73º 0.96% 0.11% -
HSV(B) 188.73º 0.98% 0.22% -
XYZ 1.78 2.41 4.11 -
YUV 34.86 139.93 103.85 -
System Red Green Blue C M Y K H S L
Decimal 1 48 56 0.98 0.14 0 0.78 188.73 0.96 0.11
Hex 1 30 38 62 E 0 4E BD 60 B
Octal 1 60 70 142 16 0 116 275 140 13
Binary 1 110000 111000 1100010 1110 0 1001110 10111101 1100000 1011

Color Harmonies of #013038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013038

Black with #013038

Text Example


Text Example

White with #013038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013038; }

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

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

background-color css

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

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

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

border-color css

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

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

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