Html Css Color HEX #133A42 Nordic

📋 copy color: '#133A42'

red 19 ◦ green 58 ◦ blue 66

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

Shades of Nordic #133A42

Tints of Nordic #133A42

RGB

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

 GREEN value IS 58 (23.05% from 255) = 40.56%

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

R = 13.29%
G = 40.56%
B = 46.15%

CMYK

 C value IS 0.71

 M value IS 0.12

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#133A42 (or 0x133A42) is known color: Nordic. HEX triplet: 13, 3A and 42. RGB value is (19,58,66). Sum of RGB (Red+Green+Blue) = 19+58+66=143 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.29% from 143); Green value is 58 (23.05% from 255 or 40.56% from 143); Blue value is 66 (26.17% from 255 or 46.15% from 143); Max value from RGB is 66 - color contains mainly: blue. Hex color #133A42 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133A42 is #ECC5BD. Grayscale: #2F2F2F. Windows color (decimal): -15517118 or 4340243. OLE color: 4340243.

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

Color convert

RGB 19 58 66 -
CMYK 0.71 0.12 0 0.74
HSL 190.21º 0.55% 0.17% -
HSV(B) 190.21º 0.71% 0.26% -
XYZ 2.76 3.56 5.7 -
YUV 47.25 138.58 107.85 -
System Red Green Blue C M Y K H S L
Decimal 19 58 66 0.71 0.12 0 0.74 190.21 0.55 0.17
Hex 13 3A 42 47 C 0 4A BE 37 11
Octal 23 72 102 107 14 0 112 276 67 21
Binary 10011 111010 1000010 1000111 1100 0 1001010 10111110 110111 10001

Color Harmonies of #133A42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133A42

Black with #133A42

Text Example


Text Example

White with #133A42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133A42; }

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

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

background-color css

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

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

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

border-color css

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

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

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