Html Css Color HEX #133942 Nordic

📋 copy color: '#133942'

red 19 ◦ green 57 ◦ blue 66

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

Shades of Nordic #133942

Tints of Nordic #133942

RGB

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

 GREEN value IS 57 (22.66% from 255) = 40.14%

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

R = 13.38%
G = 40.14%
B = 46.48%

CMYK

 C value IS 0.71

 M value IS 0.14

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#133942 (or 0x133942) is known color: Nordic. HEX triplet: 13, 39 and 42. RGB value is (19,57,66). Sum of RGB (Red+Green+Blue) = 19+57+66=142 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.38% from 142); Green value is 57 (22.66% from 255 or 40.14% from 142); Blue value is 66 (26.17% from 255 or 46.48% from 142); Max value from RGB is 66 - color contains mainly: blue. Hex color #133942 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133942 is #ECC6BD. Grayscale: #2E2E2E. Windows color (decimal): -15517374 or 4339987. OLE color: 4339987.

HSL color Cylindrical-coordinate representation of color #133942: hue angle of 191.49º 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 #133942 is Cyan = 0.71, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 19 57 66 -
CMYK 0.71 0.14 0 0.74
HSL 191.49º 0.55% 0.17% -
HSV(B) 191.49º 0.71% 0.26% -
XYZ 2.72 3.46 5.68 -
YUV 46.66 138.91 108.27 -
System Red Green Blue C M Y K H S L
Decimal 19 57 66 0.71 0.14 0 0.74 191.49 0.55 0.17
Hex 13 39 42 47 E 0 4A BF 37 11
Octal 23 71 102 107 16 0 112 277 67 21
Binary 10011 111001 1000010 1000111 1110 0 1001010 10111111 110111 10001

Color Harmonies of #133942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133942

Black with #133942

Text Example


Text Example

White with #133942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133942; }

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

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

background-color css

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

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

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

border-color css

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

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

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