Html Css Color HEX #133742 Nordic

📋 copy color: '#133742'

red 19 ◦ green 55 ◦ blue 66

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

Shades of Nordic #133742

Tints of Nordic #133742

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 47.14%

R = 13.57%
G = 39.29%
B = 47.14%

CMYK

 C value IS 0.71

 M value IS 0.17

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#133742 (or 0x133742) is known color: Nordic. HEX triplet: 13, 37 and 42. RGB value is (19,55,66). Sum of RGB (Red+Green+Blue) = 19+55+66=140 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.57% from 140); Green value is 55 (21.88% from 255 or 39.29% from 140); Blue value is 66 (26.17% from 255 or 47.14% from 140); Max value from RGB is 66 - color contains mainly: blue. Hex color #133742 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133742 is #ECC8BD. Grayscale: #2D2D2D. Windows color (decimal): -15517886 or 4339475. OLE color: 4339475.

HSL color Cylindrical-coordinate representation of color #133742: hue angle of 194.04º degrees, saturation: 0.55, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #133742 is Cyan = 0.71, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 19 55 66 -
CMYK 0.71 0.17 0 0.74
HSL 194.04º 0.55% 0.17% -
HSV(B) 194.04º 0.71% 0.26% -
XYZ 2.62 3.26 5.65 -
YUV 45.49 139.57 109.11 -
System Red Green Blue C M Y K H S L
Decimal 19 55 66 0.71 0.17 0 0.74 194.04 0.55 0.17
Hex 13 37 42 47 11 0 4A C2 37 11
Octal 23 67 102 107 21 0 112 302 67 21
Binary 10011 110111 1000010 1000111 10001 0 1001010 11000010 110111 10001

Color Harmonies of #133742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133742

Black with #133742

Text Example


Text Example

White with #133742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133742; }

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

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

background-color css

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

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

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

border-color css

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

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

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