Html Css Color HEX #003138 Nordic

📋 copy color: '#003138'

red 0 ◦ green 49 ◦ blue 56

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

Shades of Nordic #003138

Tints of Nordic #003138

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

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

R = 0%
G = 46.67%
B = 53.33%

CMYK

 C value IS 1

 M value IS 0.12

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#003138 (or 0x003138) is known color: Nordic. HEX triplet: 00, 31 and 38. RGB value is (0,49,56). Sum of RGB (Red+Green+Blue) = 0+49+56=105 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 105); Green value is 49 (19.53% from 255 or 46.67% 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 #003138 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #003138 is #FFCEC7. Grayscale: #232323. Windows color (decimal): -16764616 or 3682560. OLE color: 3682560.

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

Color convert

RGB 0 49 56 -
CMYK 1 0.12 0 0.78
HSL 187.5º 1% 0.11% -
HSV(B) 187.5º 1% 0.22% -
XYZ 1.81 2.48 4.12 -
YUV 35.15 139.77 102.93 -
System Red Green Blue C M Y K H S L
Decimal 0 49 56 1 0.12 0 0.78 187.5 1 0.11
Hex 0 31 38 64 C 0 4E BC 64 B
Octal 0 61 70 144 14 0 116 274 144 13
Binary 0 110001 111000 1100100 1100 0 1001110 10111100 1100100 1011

Color Harmonies of #003138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003138

Black with #003138

Text Example


Text Example

White with #003138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #003138; }

 p { color: rgb(0,49,56); }

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

background-color css

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

 a { background-color: rgb(0,49,56); }

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

border-color css

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

 span { border-color: rgb(0,49,56); }

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