Html Css Color HEX #133B3E Nordic

📋 copy color: '#133B3E'

red 19 ◦ green 59 ◦ blue 62

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

Shades of Nordic #133B3E

Tints of Nordic #133B3E

RGB

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

 GREEN value IS 59 (23.44% from 255) = 42.14%

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

R = 13.57%
G = 42.14%
B = 44.29%

CMYK

 C value IS 0.69

 M value IS 0.05

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#133B3E (or 0x133B3E) is known color: Nordic. HEX triplet: 13, 3B and 3E. RGB value is (19,59,62). Sum of RGB (Red+Green+Blue) = 19+59+62=140 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.57% from 140); Green value is 59 (23.44% from 255 or 42.14% from 140); Blue value is 62 (24.61% from 255 or 44.29% from 140); Max value from RGB is 62 - color contains mainly: blue. Hex color #133B3E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133B3E is #ECC4C1. Grayscale: #2F2F2F. Windows color (decimal): -15516866 or 4078355. OLE color: 4078355.

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

Color convert

RGB 19 59 62 -
CMYK 0.69 0.05 0 0.76
HSL 184.19º 0.53% 0.16% -
HSV(B) 184.19º 0.69% 0.24% -
XYZ 2.7 3.61 5.11 -
YUV 47.38 136.25 107.76 -
System Red Green Blue C M Y K H S L
Decimal 19 59 62 0.69 0.05 0 0.76 184.19 0.53 0.16
Hex 13 3B 3E 45 5 0 4C B8 35 10
Octal 23 73 76 105 5 0 114 270 65 20
Binary 10011 111011 111110 1000101 101 0 1001100 10111000 110101 10000

Color Harmonies of #133B3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133B3E

Black with #133B3E

Text Example


Text Example

White with #133B3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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