Html Css Color HEX #133A3C Nordic

📋 copy color: '#133A3C'

red 19 ◦ green 58 ◦ blue 60

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

Shades of Nordic #133A3C

Tints of Nordic #133A3C

RGB

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

 GREEN value IS 58 (23.05% from 255) = 42.34%

 BLUE value IS 60 (23.83% from 255) = 43.8%

R = 13.87%
G = 42.34%
B = 43.8%

CMYK

 C value IS 0.68

 M value IS 0.03

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#133A3C (or 0x133A3C) is known color: Nordic. HEX triplet: 13, 3A and 3C. RGB value is (19,58,60). Sum of RGB (Red+Green+Blue) = 19+58+60=137 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.87% from 137); Green value is 58 (23.05% from 255 or 42.34% from 137); Blue value is 60 (23.83% from 255 or 43.80% from 137); Max value from RGB is 60 - color contains mainly: blue. Hex color #133A3C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133A3C is #ECC5C3. Grayscale: #2E2E2E. Windows color (decimal): -15517124 or 3947027. OLE color: 3947027.

HSL color Cylindrical-coordinate representation of color #133A3C: hue angle of 182.93º degrees, saturation: 0.52, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #133A3C is Cyan = 0.68, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 19 58 60 -
CMYK 0.68 0.03 0 0.76
HSL 182.93º 0.52% 0.15% -
HSV(B) 182.93º 0.68% 0.24% -
XYZ 2.6 3.49 4.81 -
YUV 46.57 135.58 108.34 -
System Red Green Blue C M Y K H S L
Decimal 19 58 60 0.68 0.03 0 0.76 182.93 0.52 0.15
Hex 13 3A 3C 44 3 0 4C B7 34 F
Octal 23 72 74 104 3 0 114 267 64 17
Binary 10011 111010 111100 1000100 11 0 1001100 10110111 110100 1111

Color Harmonies of #133A3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133A3C

Black with #133A3C

Text Example


Text Example

White with #133A3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,58,60); }

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

background-color css

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

 a { background-color: rgb(19,58,60); }

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

border-color css

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

 span { border-color: rgb(19,58,60); }

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