Html Css Color HEX #1A353F Blue Whale

📋 copy color: '#1A353F'

red 26 ◦ green 53 ◦ blue 63

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

Shades of Blue Whale #1A353F

Tints of Blue Whale #1A353F

RGB

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

 GREEN value IS 53 (21.09% from 255) = 37.32%

 BLUE value IS 63 (25% from 255) = 44.37%

R = 18.31%
G = 37.32%
B = 44.37%

CMYK

 C value IS 0.59

 M value IS 0.16

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#1A353F (or 0x1A353F) is known color: Blue Whale. HEX triplet: 1A, 35 and 3F. RGB value is (26,53,63). Sum of RGB (Red+Green+Blue) = 26+53+63=142 (18% of max value = 765). Red value is 26 (10.55% from 255 or 18.31% from 142); Green value is 53 (21.09% from 255 or 37.32% from 142); Blue value is 63 (25% from 255 or 44.37% from 142); Max value from RGB is 63 - color contains mainly: blue. Hex color #1A353F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A353F is #E5CAC0. Grayscale: #2E2E2E. Windows color (decimal): -15059649 or 4142362. OLE color: 4142362.

HSL color Cylindrical-coordinate representation of color #1A353F: hue angle of 196.22º degrees, saturation: 0.42, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #1A353F is Cyan = 0.59, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 26 53 63 -
CMYK 0.59 0.16 0 0.75
HSL 196.22º 0.42% 0.17% -
HSV(B) 196.22º 0.59% 0.25% -
XYZ 2.6 3.12 5.17 -
YUV 46.07 137.55 113.69 -
System Red Green Blue C M Y K H S L
Decimal 26 53 63 0.59 0.16 0 0.75 196.22 0.42 0.17
Hex 1A 35 3F 3B 10 0 4B C4 2A 11
Octal 32 65 77 73 20 0 113 304 52 21
Binary 11010 110101 111111 111011 10000 0 1001011 11000100 101010 10001

Color Harmonies of #1A353F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A353F

Black with #1A353F

Text Example


Text Example

White with #1A353F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,53,63); }

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

background-color css

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

 a { background-color: rgb(26,53,63); }

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

border-color css

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

 span { border-color: rgb(26,53,63); }

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