Html Css Color HEX #133A3E Nordic

📋 copy color: '#133A3E'

red 19 ◦ green 58 ◦ blue 62

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

Shades of Nordic #133A3E

Tints of Nordic #133A3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 44.6%

R = 13.67%
G = 41.73%
B = 44.6%

CMYK

 C value IS 0.69

 M value IS 0.06

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#133A3E (or 0x133A3E) is known color: Nordic. HEX triplet: 13, 3A and 3E. RGB value is (19,58,62). Sum of RGB (Red+Green+Blue) = 19+58+62=139 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.67% from 139); Green value is 58 (23.05% from 255 or 41.73% from 139); Blue value is 62 (24.61% from 255 or 44.60% from 139); Max value from RGB is 62 - color contains mainly: blue. Hex color #133A3E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133A3E is #ECC5C1. Grayscale: #2E2E2E. Windows color (decimal): -15517122 or 4078099. OLE color: 4078099.

HSL color Cylindrical-coordinate representation of color #133A3E: hue angle of 185.58º degrees, saturation: 0.53, 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 #133A3E is Cyan = 0.69, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 19 58 62 -
CMYK 0.69 0.06 0 0.76
HSL 185.58º 0.53% 0.16% -
HSV(B) 185.58º 0.69% 0.24% -
XYZ 2.65 3.51 5.1 -
YUV 46.8 136.58 108.17 -
System Red Green Blue C M Y K H S L
Decimal 19 58 62 0.69 0.06 0 0.76 185.58 0.53 0.16
Hex 13 3A 3E 45 6 0 4C BA 35 10
Octal 23 72 76 105 6 0 114 272 65 20
Binary 10011 111010 111110 1000101 110 0 1001100 10111010 110101 10000

Color Harmonies of #133A3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133A3E

Black with #133A3E

Text Example


Text Example

White with #133A3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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