Html Css Color HEX #133037 Nordic

📋 copy color: '#133037'

red 19 ◦ green 48 ◦ blue 55

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

Shades of Nordic #133037

Tints of Nordic #133037

RGB

 RED value IS 19 (7.81% from 255) = 15.57%

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

 BLUE value IS 55 (21.88% from 255) = 45.08%

R = 15.57%
G = 39.34%
B = 45.08%

CMYK

 C value IS 0.65

 M value IS 0.13

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#133037 (or 0x133037) is known color: Nordic. HEX triplet: 13, 30 and 37. RGB value is (19,48,55). Sum of RGB (Red+Green+Blue) = 19+48+55=122 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.57% from 122); Green value is 48 (19.14% from 255 or 39.34% from 122); Blue value is 55 (21.88% from 255 or 45.08% from 122); Max value from RGB is 55 - color contains mainly: blue. Hex color #133037 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133037 is #ECCFC8. Grayscale: #282828. Windows color (decimal): -15519689 or 3616787. OLE color: 3616787.

HSL color Cylindrical-coordinate representation of color #133037: hue angle of 191.67º degrees, saturation: 0.49, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #133037 is Cyan = 0.65, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 19 48 55 -
CMYK 0.65 0.13 0 0.78
HSL 191.67º 0.49% 0.15% -
HSV(B) 191.67º 0.65% 0.22% -
XYZ 2.02 2.53 4 -
YUV 40.13 136.39 112.93 -
System Red Green Blue C M Y K H S L
Decimal 19 48 55 0.65 0.13 0 0.78 191.67 0.49 0.15
Hex 13 30 37 41 D 0 4E C0 31 F
Octal 23 60 67 101 15 0 116 300 61 17
Binary 10011 110000 110111 1000001 1101 0 1001110 11000000 110001 1111

Color Harmonies of #133037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133037

Black with #133037

Text Example


Text Example

White with #133037

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133037; }

 p { color: rgb(19,48,55); }

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

background-color css

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

 a { background-color: rgb(19,48,55); }

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

border-color css

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

 span { border-color: rgb(19,48,55); }

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