Html Css Color HEX #133D44 Nordic

📋 copy color: '#133D44'

red 19 ◦ green 61 ◦ blue 68

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

Shades of Nordic #133D44

Tints of Nordic #133D44

RGB

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

 GREEN value IS 61 (24.22% from 255) = 41.22%

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

R = 12.84%
G = 41.22%
B = 45.95%

CMYK

 C value IS 0.72

 M value IS 0.10

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#133D44 (or 0x133D44) is known color: Nordic. HEX triplet: 13, 3D and 44. RGB value is (19,61,68). Sum of RGB (Red+Green+Blue) = 19+61+68=148 (19% of max value = 765). Red value is 19 (7.81% from 255 or 12.84% from 148); Green value is 61 (24.22% from 255 or 41.22% from 148); Blue value is 68 (26.95% from 255 or 45.95% from 148); Max value from RGB is 68 - color contains mainly: blue. Hex color #133D44 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133D44 is #ECC2BB. Grayscale: #313131. Windows color (decimal): -15516348 or 4472083. OLE color: 4472083.

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

Color convert

RGB 19 61 68 -
CMYK 0.72 0.10 0 0.73
HSL 188.57º 0.56% 0.17% -
HSV(B) 188.57º 0.72% 0.27% -
XYZ 2.98 3.89 6.06 -
YUV 49.24 138.59 106.43 -
System Red Green Blue C M Y K H S L
Decimal 19 61 68 0.72 0.10 0 0.73 188.57 0.56 0.17
Hex 13 3D 44 48 A 0 49 BD 38 11
Octal 23 75 104 110 12 0 111 275 70 21
Binary 10011 111101 1000100 1001000 1010 0 1001001 10111101 111000 10001

Color Harmonies of #133D44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133D44

Black with #133D44

Text Example


Text Example

White with #133D44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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