Html Css Color HEX #133338 Nordic

📋 copy color: '#133338'

red 19 ◦ green 51 ◦ blue 56

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

Shades of Nordic #133338

Tints of Nordic #133338

RGB

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

 GREEN value IS 51 (20.31% from 255) = 40.48%

 BLUE value IS 56 (22.27% from 255) = 44.44%

R = 15.08%
G = 40.48%
B = 44.44%

CMYK

 C value IS 0.66

 M value IS 0.09

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#133338 (or 0x133338) is known color: Nordic. HEX triplet: 13, 33 and 38. RGB value is (19,51,56). Sum of RGB (Red+Green+Blue) = 19+51+56=126 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.08% from 126); Green value is 51 (20.31% from 255 or 40.48% from 126); Blue value is 56 (22.27% from 255 or 44.44% from 126); Max value from RGB is 56 - color contains mainly: blue. Hex color #133338 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133338 is #ECCCC7. Grayscale: #292929. Windows color (decimal): -15518920 or 3683091. OLE color: 3683091.

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

Color convert

RGB 19 51 56 -
CMYK 0.66 0.09 0 0.78
HSL 188.11º 0.49% 0.15% -
HSV(B) 188.11º 0.66% 0.22% -
XYZ 2.17 2.79 4.17 -
YUV 42 135.9 111.59 -
System Red Green Blue C M Y K H S L
Decimal 19 51 56 0.66 0.09 0 0.78 188.11 0.49 0.15
Hex 13 33 38 42 9 0 4E BC 31 F
Octal 23 63 70 102 11 0 116 274 61 17
Binary 10011 110011 111000 1000010 1001 0 1001110 10111100 110001 1111

Color Harmonies of #133338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133338

Black with #133338

Text Example


Text Example

White with #133338

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133338; }

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

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

background-color css

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

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

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

border-color css

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

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

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