Html Css Color HEX #1A363A Nordic

📋 copy color: '#1A363A'

red 26 ◦ green 54 ◦ blue 58

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

Shades of Nordic #1A363A

Tints of Nordic #1A363A

RGB

 RED value IS 26 (10.55% from 255) = 18.84%

 GREEN value IS 54 (21.48% from 255) = 39.13%

 BLUE value IS 58 (23.05% from 255) = 42.03%

R = 18.84%
G = 39.13%
B = 42.03%

CMYK

 C value IS 0.55

 M value IS 0.07

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#1A363A (or 0x1A363A) is known color: Nordic. HEX triplet: 1A, 36 and 3A. RGB value is (26,54,58). Sum of RGB (Red+Green+Blue) = 26+54+58=138 (18% of max value = 765). Red value is 26 (10.55% from 255 or 18.84% from 138); Green value is 54 (21.48% from 255 or 39.13% from 138); Blue value is 58 (23.05% from 255 or 42.03% from 138); Max value from RGB is 58 - color contains mainly: blue. Hex color #1A363A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A363A is #E5C9C5. Grayscale: #2E2E2E. Windows color (decimal): -15059398 or 3814938. OLE color: 3814938.

HSL color Cylindrical-coordinate representation of color #1A363A: hue angle of 187.5º degrees, saturation: 0.38, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #1A363A is Cyan = 0.55, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 26 54 58 -
CMYK 0.55 0.07 0 0.77
HSL 187.5º 0.38% 0.16% -
HSV(B) 187.5º 0.55% 0.23% -
XYZ 2.51 3.16 4.48 -
YUV 46.08 134.72 113.67 -
System Red Green Blue C M Y K H S L
Decimal 26 54 58 0.55 0.07 0 0.77 187.5 0.38 0.16
Hex 1A 36 3A 37 7 0 4D BC 26 10
Octal 32 66 72 67 7 0 115 274 46 20
Binary 11010 110110 111010 110111 111 0 1001101 10111100 100110 10000

Color Harmonies of #1A363A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A363A

Black with #1A363A

Text Example


Text Example

White with #1A363A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1A363A; }

 p { color: rgb(26,54,58); }

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

background-color css

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

 a { background-color: rgb(26,54,58); }

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

border-color css

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

 span { border-color: rgb(26,54,58); }

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