Html Css Color HEX #133741 Nordic

📋 copy color: '#133741'

red 19 ◦ green 55 ◦ blue 65

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

Shades of Nordic #133741

Tints of Nordic #133741

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 46.76%

R = 13.67%
G = 39.57%
B = 46.76%

CMYK

 C value IS 0.71

 M value IS 0.15

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#133741 (or 0x133741) is known color: Nordic. HEX triplet: 13, 37 and 41. RGB value is (19,55,65). Sum of RGB (Red+Green+Blue) = 19+55+65=139 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.67% from 139); Green value is 55 (21.88% from 255 or 39.57% from 139); Blue value is 65 (25.78% from 255 or 46.76% from 139); Max value from RGB is 65 - color contains mainly: blue. Hex color #133741 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133741 is #ECC8BE. Grayscale: #2D2D2D. Windows color (decimal): -15517887 or 4273939. OLE color: 4273939.

HSL color Cylindrical-coordinate representation of color #133741: hue angle of 193.04º degrees, saturation: 0.55, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #133741 is Cyan = 0.71, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 19 55 65 -
CMYK 0.71 0.15 0 0.75
HSL 193.04º 0.55% 0.16% -
HSV(B) 193.04º 0.71% 0.25% -
XYZ 2.59 3.25 5.49 -
YUV 45.38 139.07 109.19 -
System Red Green Blue C M Y K H S L
Decimal 19 55 65 0.71 0.15 0 0.75 193.04 0.55 0.16
Hex 13 37 41 47 F 0 4B C1 37 10
Octal 23 67 101 107 17 0 113 301 67 20
Binary 10011 110111 1000001 1000111 1111 0 1001011 11000001 110111 10000

Color Harmonies of #133741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133741

Black with #133741

Text Example


Text Example

White with #133741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133741; }

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

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

background-color css

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

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

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

border-color css

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

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

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