Html Css Color HEX #133C46 Nordic

📋 copy color: '#133C46'

red 19 ◦ green 60 ◦ blue 70

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

Shades of Nordic #133C46

Tints of Nordic #133C46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 46.98%

R = 12.75%
G = 40.27%
B = 46.98%

CMYK

 C value IS 0.73

 M value IS 0.14

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#133C46 (or 0x133C46) is known color: Nordic. HEX triplet: 13, 3C and 46. RGB value is (19,60,70). Sum of RGB (Red+Green+Blue) = 19+60+70=149 (19% of max value = 765). Red value is 19 (7.81% from 255 or 12.75% from 149); Green value is 60 (23.83% from 255 or 40.27% from 149); Blue value is 70 (27.73% from 255 or 46.98% from 149); Max value from RGB is 70 - color contains mainly: blue. Hex color #133C46 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133C46 is #ECC3B9. Grayscale: #303030. Windows color (decimal): -15516602 or 4602899. OLE color: 4602899.

HSL color Cylindrical-coordinate representation of color #133C46: hue angle of 191.76º degrees, saturation: 0.57, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #133C46 is Cyan = 0.73, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 19 60 70 -
CMYK 0.73 0.14 0 0.73
HSL 191.76º 0.57% 0.17% -
HSV(B) 191.76º 0.73% 0.27% -
XYZ 2.99 3.81 6.37 -
YUV 48.88 139.92 106.69 -
System Red Green Blue C M Y K H S L
Decimal 19 60 70 0.73 0.14 0 0.73 191.76 0.57 0.17
Hex 13 3C 46 49 E 0 49 C0 39 11
Octal 23 74 106 111 16 0 111 300 71 21
Binary 10011 111100 1000110 1001001 1110 0 1001001 11000000 111001 10001

Color Harmonies of #133C46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133C46

Black with #133C46

Text Example


Text Example

White with #133C46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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