Html Css Color HEX #133C41 Nordic

📋 copy color: '#133C41'

red 19 ◦ green 60 ◦ blue 65

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

Shades of Nordic #133C41

Tints of Nordic #133C41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 45.14%

R = 13.19%
G = 41.67%
B = 45.14%

CMYK

 C value IS 0.71

 M value IS 0.08

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#133C41 (or 0x133C41) is known color: Nordic. HEX triplet: 13, 3C and 41. RGB value is (19,60,65). Sum of RGB (Red+Green+Blue) = 19+60+65=144 (19% of max value = 765). Red value is 19 (7.81% from 255 or 13.19% from 144); Green value is 60 (23.83% from 255 or 41.67% from 144); Blue value is 65 (25.78% from 255 or 45.14% from 144); Max value from RGB is 65 - color contains mainly: blue. Hex color #133C41 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133C41 is #ECC3BE. Grayscale: #303030. Windows color (decimal): -15516607 or 4275219. OLE color: 4275219.

HSL color Cylindrical-coordinate representation of color #133C41: hue angle of 186.52º degrees, saturation: 0.55, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #133C41 is Cyan = 0.71, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 19 60 65 -
CMYK 0.71 0.08 0 0.75
HSL 186.52º 0.55% 0.16% -
HSV(B) 186.52º 0.71% 0.25% -
XYZ 2.84 3.75 5.58 -
YUV 48.31 137.42 107.09 -
System Red Green Blue C M Y K H S L
Decimal 19 60 65 0.71 0.08 0 0.75 186.52 0.55 0.16
Hex 13 3C 41 47 8 0 4B BB 37 10
Octal 23 74 101 107 10 0 113 273 67 20
Binary 10011 111100 1000001 1000111 1000 0 1001011 10111011 110111 10000

Color Harmonies of #133C41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133C41

Black with #133C41

Text Example


Text Example

White with #133C41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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