Html Css Color HEX #133B47 Nordic

📋 copy color: '#133B47'

red 19 ◦ green 59 ◦ blue 71

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

Shades of Nordic #133B47

Tints of Nordic #133B47

RGB

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

 GREEN value IS 59 (23.44% from 255) = 39.6%

 BLUE value IS 71 (28.13% from 255) = 47.65%

R = 12.75%
G = 39.6%
B = 47.65%

CMYK

 C value IS 0.73

 M value IS 0.17

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#133B47 (or 0x133B47) is known color: Nordic. HEX triplet: 13, 3B and 47. RGB value is (19,59,71). Sum of RGB (Red+Green+Blue) = 19+59+71=149 (19% of max value = 765). Red value is 19 (7.81% from 255 or 12.75% from 149); Green value is 59 (23.44% from 255 or 39.60% from 149); Blue value is 71 (28.12% from 255 or 47.65% from 149); Max value from RGB is 71 - color contains mainly: blue. Hex color #133B47 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133B47 is #ECC4B8. Grayscale: #303030. Windows color (decimal): -15516857 or 4668179. OLE color: 4668179.

HSL color Cylindrical-coordinate representation of color #133B47: hue angle of 193.85º degrees, saturation: 0.58, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #133B47 is Cyan = 0.73, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 19 59 71 -
CMYK 0.73 0.17 0 0.72
HSL 193.85º 0.58% 0.18% -
HSV(B) 193.85º 0.73% 0.28% -
XYZ 2.97 3.72 6.52 -
YUV 48.41 140.75 107.02 -
System Red Green Blue C M Y K H S L
Decimal 19 59 71 0.73 0.17 0 0.72 193.85 0.58 0.18
Hex 13 3B 47 49 11 0 48 C2 3A 12
Octal 23 73 107 111 21 0 110 302 72 22
Binary 10011 111011 1000111 1001001 10001 0 1001000 11000010 111010 10010

Color Harmonies of #133B47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133B47

Black with #133B47

Text Example


Text Example

White with #133B47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,59,71); }

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

background-color css

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

 a { background-color: rgb(19,59,71); }

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

border-color css

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

 span { border-color: rgb(19,59,71); }

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