Html Css Color HEX #133944 Nordic

📋 copy color: '#133944'

red 19 ◦ green 57 ◦ blue 68

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

Shades of Nordic #133944

Tints of Nordic #133944

RGB

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

 GREEN value IS 57 (22.66% from 255) = 39.58%

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

R = 13.19%
G = 39.58%
B = 47.22%

CMYK

 C value IS 0.72

 M value IS 0.16

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#133944 (or 0x133944) is known color: Nordic. HEX triplet: 13, 39 and 44. RGB value is (19,57,68). Sum of RGB (Red+Green+Blue) = 19+57+68=144 (19% of max value = 765). Red value is 19 (7.81% from 255 or 13.19% from 144); Green value is 57 (22.66% from 255 or 39.58% from 144); Blue value is 68 (26.95% from 255 or 47.22% from 144); Max value from RGB is 68 - color contains mainly: blue. Hex color #133944 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133944 is #ECC6BB. Grayscale: #2E2E2E. Windows color (decimal): -15517372 or 4471059. OLE color: 4471059.

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

Color convert

RGB 19 57 68 -
CMYK 0.72 0.16 0 0.73
HSL 193.47º 0.56% 0.17% -
HSV(B) 193.47º 0.72% 0.27% -
XYZ 2.78 3.48 5.99 -
YUV 46.89 139.91 108.11 -
System Red Green Blue C M Y K H S L
Decimal 19 57 68 0.72 0.16 0 0.73 193.47 0.56 0.17
Hex 13 39 44 48 10 0 49 C1 38 11
Octal 23 71 104 110 20 0 111 301 70 21
Binary 10011 111001 1000100 1001000 10000 0 1001001 11000001 111000 10001

Color Harmonies of #133944

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133944

Black with #133944

Text Example


Text Example

White with #133944

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133944; }

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

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

background-color css

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

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

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

border-color css

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

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

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