Html Css Color HEX #133033 Nordic

📋 copy color: '#133033'

red 19 ◦ green 48 ◦ blue 51

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

Shades of Nordic #133033

Tints of Nordic #133033

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 43.22%

R = 16.1%
G = 40.68%
B = 43.22%

CMYK

 C value IS 0.63

 M value IS 0.06

 Y value IS 0

 K value IS 0.8

RGB Variations

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

Color information

#133033 (or 0x133033) is known color: Nordic. HEX triplet: 13, 30 and 33. RGB value is (19,48,51). Sum of RGB (Red+Green+Blue) = 19+48+51=118 (15% of max value = 765). Red value is 19 (7.81% from 255 or 16.10% from 118); Green value is 48 (19.14% from 255 or 40.68% from 118); Blue value is 51 (20.31% from 255 or 43.22% from 118); Max value from RGB is 51 - color contains mainly: blue. Hex color #133033 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133033 is #ECCFCC. Grayscale: #272727. Windows color (decimal): -15519693 or 3354643. OLE color: 3354643.

HSL color Cylindrical-coordinate representation of color #133033: hue angle of 185.62º degrees, saturation: 0.46, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #133033 is Cyan = 0.63, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB 19 48 51 -
CMYK 0.63 0.06 0 0.8
HSL 185.63º 0.46% 0.14% -
HSV(B) 185.63º 0.63% 0.2% -
XYZ 1.92 2.49 3.51 -
YUV 39.67 134.39 113.26 -
System Red Green Blue C M Y K H S L
Decimal 19 48 51 0.63 0.06 0 0.8 185.63 0.46 0.14
Hex 13 30 33 3F 6 0 50 BA 2E E
Octal 23 60 63 77 6 0 120 272 56 16
Binary 10011 110000 110011 111111 110 0 1010000 10111010 101110 1110

Color Harmonies of #133033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133033

Black with #133033

Text Example


Text Example

White with #133033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133033; }

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

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

background-color css

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

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

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

border-color css

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

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

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