Html Css Color HEX #13333D Nordic

📋 copy color: '#13333D'

red 19 ◦ green 51 ◦ blue 61

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

Shades of Nordic #13333D

Tints of Nordic #13333D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 46.56%

R = 14.5%
G = 38.93%
B = 46.56%

CMYK

 C value IS 0.69

 M value IS 0.16

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#13333D (or 0x13333D) is known color: Nordic. HEX triplet: 13, 33 and 3D. RGB value is (19,51,61). Sum of RGB (Red+Green+Blue) = 19+51+61=131 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.50% from 131); Green value is 51 (20.31% from 255 or 38.93% from 131); Blue value is 61 (24.22% from 255 or 46.56% from 131); Max value from RGB is 61 - color contains mainly: blue. Hex color #13333D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13333D is #ECCCC2. Grayscale: #2A2A2A. Windows color (decimal): -15518915 or 4010771. OLE color: 4010771.

HSL color Cylindrical-coordinate representation of color #13333D: hue angle of 194.29º degrees, saturation: 0.52, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #13333D is Cyan = 0.69, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 19 51 61 -
CMYK 0.69 0.16 0 0.76
HSL 194.29º 0.53% 0.16% -
HSV(B) 194.29º 0.69% 0.24% -
XYZ 2.29 2.84 4.84 -
YUV 42.57 138.4 111.19 -
System Red Green Blue C M Y K H S L
Decimal 19 51 61 0.69 0.16 0 0.76 194.29 0.53 0.16
Hex 13 33 3D 45 10 0 4C C2 34 10
Octal 23 63 75 105 20 0 114 302 64 20
Binary 10011 110011 111101 1000101 10000 0 1001100 11000010 110100 10000

Color Harmonies of #13333D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13333D

Black with #13333D

Text Example


Text Example

White with #13333D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13333D; }

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

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

background-color css

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

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

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

border-color css

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

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

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