Html Css Color HEX #133B44 Nordic

📋 copy color: '#133B44'

red 19 ◦ green 59 ◦ blue 68

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

Shades of Nordic #133B44

Tints of Nordic #133B44

RGB

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

 GREEN value IS 59 (23.44% from 255) = 40.41%

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

R = 13.01%
G = 40.41%
B = 46.58%

CMYK

 C value IS 0.72

 M value IS 0.13

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#133B44 (or 0x133B44) is known color: Nordic. HEX triplet: 13, 3B and 44. RGB value is (19,59,68). Sum of RGB (Red+Green+Blue) = 19+59+68=146 (19% of max value = 765). Red value is 19 (7.81% from 255 or 13.01% from 146); Green value is 59 (23.44% from 255 or 40.41% from 146); Blue value is 68 (26.95% from 255 or 46.58% from 146); Max value from RGB is 68 - color contains mainly: blue. Hex color #133B44 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133B44 is #ECC4BB. Grayscale: #2F2F2F. Windows color (decimal): -15516860 or 4471571. OLE color: 4471571.

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

Color convert

RGB 19 59 68 -
CMYK 0.72 0.13 0 0.73
HSL 191.02º 0.56% 0.17% -
HSV(B) 191.02º 0.72% 0.27% -
XYZ 2.88 3.68 6.03 -
YUV 48.07 139.25 107.27 -
System Red Green Blue C M Y K H S L
Decimal 19 59 68 0.72 0.13 0 0.73 191.02 0.56 0.17
Hex 13 3B 44 48 D 0 49 BF 38 11
Octal 23 73 104 110 15 0 111 277 70 21
Binary 10011 111011 1000100 1001000 1101 0 1001001 10111111 111000 10001

Color Harmonies of #133B44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133B44

Black with #133B44

Text Example


Text Example

White with #133B44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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