Html Css Color HEX #133D48 Nordic

📋 copy color: '#133D48'

red 19 ◦ green 61 ◦ blue 72

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

Shades of Nordic #133D48

Tints of Nordic #133D48

RGB

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

 GREEN value IS 61 (24.22% from 255) = 40.13%

 BLUE value IS 72 (28.52% from 255) = 47.37%

R = 12.5%
G = 40.13%
B = 47.37%

CMYK

 C value IS 0.74

 M value IS 0.15

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#133D48 (or 0x133D48) is known color: Nordic. HEX triplet: 13, 3D and 48. RGB value is (19,61,72). Sum of RGB (Red+Green+Blue) = 19+61+72=152 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.5% from 152); Green value is 61 (24.22% from 255 or 40.13% from 152); Blue value is 72 (28.52% from 255 or 47.37% from 152); Max value from RGB is 72 - color contains mainly: blue. Hex color #133D48 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133D48 is #ECC2B7. Grayscale: #313131. Windows color (decimal): -15516344 or 4734227. OLE color: 4734227.

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

Color convert

RGB 19 61 72 -
CMYK 0.74 0.15 0 0.72
HSL 192.45º 0.58% 0.18% -
HSV(B) 192.45º 0.74% 0.28% -
XYZ 3.11 3.94 6.73 -
YUV 49.7 140.59 106.11 -
System Red Green Blue C M Y K H S L
Decimal 19 61 72 0.74 0.15 0 0.72 192.45 0.58 0.18
Hex 13 3D 48 4A F 0 48 C0 3A 12
Octal 23 75 110 112 17 0 110 300 72 22
Binary 10011 111101 1001000 1001010 1111 0 1001000 11000000 111010 10010

Color Harmonies of #133D48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133D48

Black with #133D48

Text Example


Text Example

White with #133D48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,61,72); }

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

background-color css

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

 a { background-color: rgb(19,61,72); }

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

border-color css

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

 span { border-color: rgb(19,61,72); }

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