Html Css Color HEX #133740 Nordic

📋 copy color: '#133740'

red 19 ◦ green 55 ◦ blue 64

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

Shades of Nordic #133740

Tints of Nordic #133740

RGB

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

 GREEN value IS 55 (21.88% from 255) = 39.86%

 BLUE value IS 64 (25.39% from 255) = 46.38%

R = 13.77%
G = 39.86%
B = 46.38%

CMYK

 C value IS 0.70

 M value IS 0.14

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#133740 (or 0x133740) is known color: Nordic. HEX triplet: 13, 37 and 40. RGB value is (19,55,64). Sum of RGB (Red+Green+Blue) = 19+55+64=138 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.77% from 138); Green value is 55 (21.88% from 255 or 39.86% from 138); Blue value is 64 (25.39% from 255 or 46.38% from 138); Max value from RGB is 64 - color contains mainly: blue. Hex color #133740 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133740 is #ECC8BF. Grayscale: #2D2D2D. Windows color (decimal): -15517888 or 4208403. OLE color: 4208403.

HSL color Cylindrical-coordinate representation of color #133740: hue angle of 192º degrees, saturation: 0.54, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #133740 is Cyan = 0.70, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 19 55 64 -
CMYK 0.70 0.14 0 0.75
HSL 192º 0.54% 0.16% -
HSV(B) 192º 0.7% 0.25% -
XYZ 2.56 3.24 5.34 -
YUV 45.26 138.57 109.27 -
System Red Green Blue C M Y K H S L
Decimal 19 55 64 0.70 0.14 0 0.75 192 0.54 0.16
Hex 13 37 40 46 E 0 4B C0 36 10
Octal 23 67 100 106 16 0 113 300 66 20
Binary 10011 110111 1000000 1000110 1110 0 1001011 11000000 110110 10000

Color Harmonies of #133740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133740

Black with #133740

Text Example


Text Example

White with #133740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133740; }

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

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

background-color css

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

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

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

border-color css

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

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

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