Html Css Color HEX #133038 Nordic

📋 copy color: '#133038'

red 19 ◦ green 48 ◦ blue 56

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

Shades of Nordic #133038

Tints of Nordic #133038

RGB

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

 GREEN value IS 48 (19.14% from 255) = 39.02%

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

R = 15.45%
G = 39.02%
B = 45.53%

CMYK

 C value IS 0.66

 M value IS 0.14

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#133038 (or 0x133038) is known color: Nordic. HEX triplet: 13, 30 and 38. RGB value is (19,48,56). Sum of RGB (Red+Green+Blue) = 19+48+56=123 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.45% from 123); Green value is 48 (19.14% from 255 or 39.02% from 123); Blue value is 56 (22.27% from 255 or 45.53% from 123); Max value from RGB is 56 - color contains mainly: blue. Hex color #133038 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133038 is #ECCFC7. Grayscale: #282828. Windows color (decimal): -15519688 or 3682323. OLE color: 3682323.

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

Color convert

RGB 19 48 56 -
CMYK 0.66 0.14 0 0.78
HSL 192.97º 0.49% 0.15% -
HSV(B) 192.97º 0.66% 0.22% -
XYZ 2.04 2.54 4.12 -
YUV 40.24 136.89 112.85 -
System Red Green Blue C M Y K H S L
Decimal 19 48 56 0.66 0.14 0 0.78 192.97 0.49 0.15
Hex 13 30 38 42 E 0 4E C1 31 F
Octal 23 60 70 102 16 0 116 301 61 17
Binary 10011 110000 111000 1000010 1110 0 1001110 11000001 110001 1111

Color Harmonies of #133038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133038

Black with #133038

Text Example


Text Example

White with #133038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133038; }

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

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

background-color css

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

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

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

border-color css

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

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

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