Html Css Color HEX #133438 Nordic

📋 copy color: '#133438'

red 19 ◦ green 52 ◦ blue 56

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

Shades of Nordic #133438

Tints of Nordic #133438

RGB

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

 GREEN value IS 52 (20.7% from 255) = 40.94%

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

R = 14.96%
G = 40.94%
B = 44.09%

CMYK

 C value IS 0.66

 M value IS 0.07

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#133438 (or 0x133438) is known color: Nordic. HEX triplet: 13, 34 and 38. RGB value is (19,52,56). Sum of RGB (Red+Green+Blue) = 19+52+56=127 (16% of max value = 765). Red value is 19 (7.81% from 255 or 14.96% from 127); Green value is 52 (20.70% from 255 or 40.94% from 127); Blue value is 56 (22.27% from 255 or 44.09% from 127); Max value from RGB is 56 - color contains mainly: blue. Hex color #133438 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133438 is #ECCBC7. Grayscale: #2A2A2A. Windows color (decimal): -15518664 or 3683347. OLE color: 3683347.

HSL color Cylindrical-coordinate representation of color #133438: hue angle of 186.49º 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 #133438 is Cyan = 0.66, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 19 52 56 -
CMYK 0.66 0.07 0 0.78
HSL 186.49º 0.49% 0.15% -
HSV(B) 186.49º 0.66% 0.22% -
XYZ 2.21 2.88 4.18 -
YUV 42.59 135.57 111.17 -
System Red Green Blue C M Y K H S L
Decimal 19 52 56 0.66 0.07 0 0.78 186.49 0.49 0.15
Hex 13 34 38 42 7 0 4E BA 31 F
Octal 23 64 70 102 7 0 116 272 61 17
Binary 10011 110100 111000 1000010 111 0 1001110 10111010 110001 1111

Color Harmonies of #133438

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133438

Black with #133438

Text Example


Text Example

White with #133438

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133438; }

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

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

background-color css

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

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

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

border-color css

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

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

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