Html Css Color HEX #133039 Nordic

📋 copy color: '#133039'

red 19 ◦ green 48 ◦ blue 57

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

Shades of Nordic #133039

Tints of Nordic #133039

RGB

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

 GREEN value IS 48 (19.14% from 255) = 38.71%

 BLUE value IS 57 (22.66% from 255) = 45.97%

R = 15.32%
G = 38.71%
B = 45.97%

CMYK

 C value IS 0.67

 M value IS 0.16

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#133039 (or 0x133039) is known color: Nordic. HEX triplet: 13, 30 and 39. RGB value is (19,48,57). Sum of RGB (Red+Green+Blue) = 19+48+57=124 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.32% from 124); Green value is 48 (19.14% from 255 or 38.71% from 124); Blue value is 57 (22.66% from 255 or 45.97% from 124); Max value from RGB is 57 - color contains mainly: blue. Hex color #133039 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133039 is #ECCFC6. Grayscale: #282828. Windows color (decimal): -15519687 or 3747859. OLE color: 3747859.

HSL color Cylindrical-coordinate representation of color #133039: hue angle of 194.21º degrees, saturation: 0.5, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #133039 is Cyan = 0.67, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 19 48 57 -
CMYK 0.67 0.16 0 0.78
HSL 194.21º 0.5% 0.15% -
HSV(B) 194.21º 0.67% 0.22% -
XYZ 2.06 2.55 4.25 -
YUV 40.36 137.39 112.77 -
System Red Green Blue C M Y K H S L
Decimal 19 48 57 0.67 0.16 0 0.78 194.21 0.5 0.15
Hex 13 30 39 43 10 0 4E C2 32 F
Octal 23 60 71 103 20 0 116 302 62 17
Binary 10011 110000 111001 1000011 10000 0 1001110 11000010 110010 1111

Color Harmonies of #133039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133039

Black with #133039

Text Example


Text Example

White with #133039

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133039; }

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

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

background-color css

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

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

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

border-color css

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

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

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