Html Css Color HEX #133C44 Nordic

📋 copy color: '#133C44'

red 19 ◦ green 60 ◦ blue 68

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

Shades of Nordic #133C44

Tints of Nordic #133C44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 46.26%

R = 12.93%
G = 40.82%
B = 46.26%

CMYK

 C value IS 0.72

 M value IS 0.12

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#133C44 (or 0x133C44) is known color: Nordic. HEX triplet: 13, 3C and 44. RGB value is (19,60,68). Sum of RGB (Red+Green+Blue) = 19+60+68=147 (19% of max value = 765). Red value is 19 (7.81% from 255 or 12.93% from 147); Green value is 60 (23.83% from 255 or 40.82% from 147); Blue value is 68 (26.95% from 255 or 46.26% from 147); Max value from RGB is 68 - color contains mainly: blue. Hex color #133C44 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133C44 is #ECC3BB. Grayscale: #303030. Windows color (decimal): -15516604 or 4471827. OLE color: 4471827.

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

Color convert

RGB 19 60 68 -
CMYK 0.72 0.12 0 0.73
HSL 189.8º 0.56% 0.17% -
HSV(B) 189.8º 0.72% 0.27% -
XYZ 2.93 3.79 6.05 -
YUV 48.65 138.92 106.85 -
System Red Green Blue C M Y K H S L
Decimal 19 60 68 0.72 0.12 0 0.73 189.8 0.56 0.17
Hex 13 3C 44 48 C 0 49 BE 38 11
Octal 23 74 104 110 14 0 111 276 70 21
Binary 10011 111100 1000100 1001000 1100 0 1001001 10111110 111000 10001

Color Harmonies of #133C44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133C44

Black with #133C44

Text Example


Text Example

White with #133C44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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