Html Css Color HEX #133C47 Nordic

📋 copy color: '#133C47'

red 19 ◦ green 60 ◦ blue 71

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

Shades of Nordic #133C47

Tints of Nordic #133C47

RGB

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

 GREEN value IS 60 (23.83% from 255) = 40%

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

R = 12.67%
G = 40%
B = 47.33%

CMYK

 C value IS 0.73

 M value IS 0.15

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#133C47 (or 0x133C47) is known color: Nordic. HEX triplet: 13, 3C and 47. RGB value is (19,60,71). Sum of RGB (Red+Green+Blue) = 19+60+71=150 (19% of max value = 765). Red value is 19 (7.81% from 255 or 12.67% from 150); Green value is 60 (23.83% from 255 or 40% from 150); Blue value is 71 (28.12% from 255 or 47.33% from 150); Max value from RGB is 71 - color contains mainly: blue. Hex color #133C47 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133C47 is #ECC3B8. Grayscale: #303030. Windows color (decimal): -15516601 or 4668435. OLE color: 4668435.

HSL color Cylindrical-coordinate representation of color #133C47: hue angle of 192.69º 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 #133C47 is Cyan = 0.73, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 19 60 71 -
CMYK 0.73 0.15 0 0.72
HSL 192.69º 0.58% 0.18% -
HSV(B) 192.69º 0.73% 0.28% -
XYZ 3.02 3.83 6.54 -
YUV 49 140.42 106.61 -
System Red Green Blue C M Y K H S L
Decimal 19 60 71 0.73 0.15 0 0.72 192.69 0.58 0.18
Hex 13 3C 47 49 F 0 48 C1 3A 12
Octal 23 74 107 111 17 0 110 301 72 22
Binary 10011 111100 1000111 1001001 1111 0 1001000 11000001 111010 10010

Color Harmonies of #133C47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133C47

Black with #133C47

Text Example


Text Example

White with #133C47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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