Html Css Color HEX #1A374A Blue Whale

📋 copy color: '#1A374A'

red 26 ◦ green 55 ◦ blue 74

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

Shades of Blue Whale #1A374A

Tints of Blue Whale #1A374A

RGB

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

 GREEN value IS 55 (21.88% from 255) = 35.48%

 BLUE value IS 74 (29.3% from 255) = 47.74%

R = 16.77%
G = 35.48%
B = 47.74%

CMYK

 C value IS 0.65

 M value IS 0.26

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#1A374A (or 0x1A374A) is known color: Blue Whale. HEX triplet: 1A, 37 and 4A. RGB value is (26,55,74). Sum of RGB (Red+Green+Blue) = 26+55+74=155 (20% of max value = 765). Red value is 26 (10.55% from 255 or 16.77% from 155); Green value is 55 (21.88% from 255 or 35.48% from 155); Blue value is 74 (29.30% from 255 or 47.74% from 155); Max value from RGB is 74 - color contains mainly: blue. Hex color #1A374A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A374A is #E5C8B5. Grayscale: #303030. Windows color (decimal): -15059126 or 4863770. OLE color: 4863770.

HSL color Cylindrical-coordinate representation of color #1A374A: hue angle of 203.75º degrees, saturation: 0.48, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #1A374A is Cyan = 0.65, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 26 55 74 -
CMYK 0.65 0.26 0 0.71
HSL 203.75º 0.48% 0.2% -
HSV(B) 203.75º 0.65% 0.29% -
XYZ 3.03 3.45 6.98 -
YUV 48.5 142.39 111.96 -
System Red Green Blue C M Y K H S L
Decimal 26 55 74 0.65 0.26 0 0.71 203.75 0.48 0.2
Hex 1A 37 4A 41 1A 0 47 CC 30 14
Octal 32 67 112 101 32 0 107 314 60 24
Binary 11010 110111 1001010 1000001 11010 0 1000111 11001100 110000 10100

Color Harmonies of #1A374A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A374A

Black with #1A374A

Text Example


Text Example

White with #1A374A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,55,74); }

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

background-color css

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

 a { background-color: rgb(26,55,74); }

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

border-color css

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

 span { border-color: rgb(26,55,74); }

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