Html Css Color HEX #1A374E Blue Whale

📋 copy color: '#1A374E'

red 26 ◦ green 55 ◦ blue 78

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

Shades of Blue Whale #1A374E

Tints of Blue Whale #1A374E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 49.06%

R = 16.35%
G = 34.59%
B = 49.06%

CMYK

 C value IS 0.67

 M value IS 0.29

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#1A374E (or 0x1A374E) is known color: Blue Whale. HEX triplet: 1A, 37 and 4E. RGB value is (26,55,78). Sum of RGB (Red+Green+Blue) = 26+55+78=159 (21% of max value = 765). Red value is 26 (10.55% from 255 or 16.35% from 159); Green value is 55 (21.88% from 255 or 34.59% from 159); Blue value is 78 (30.86% from 255 or 49.06% from 159); Max value from RGB is 78 - color contains mainly: blue. Hex color #1A374E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A374E is #E5C8B1. Grayscale: #303030. Windows color (decimal): -15059122 or 5125914. OLE color: 5125914.

HSL color Cylindrical-coordinate representation of color #1A374E: hue angle of 206.54º degrees, saturation: 0.5, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1A374E is Cyan = 0.67, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 26 55 78 -
CMYK 0.67 0.29 0 0.69
HSL 206.54º 0.5% 0.2% -
HSV(B) 206.54º 0.67% 0.31% -
XYZ 3.17 3.5 7.72 -
YUV 48.95 144.39 111.63 -
System Red Green Blue C M Y K H S L
Decimal 26 55 78 0.67 0.29 0 0.69 206.54 0.5 0.2
Hex 1A 37 4E 43 1D 0 45 CF 32 14
Octal 32 67 116 103 35 0 105 317 62 24
Binary 11010 110111 1001110 1000011 11101 0 1000101 11001111 110010 10100

Color Harmonies of #1A374E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A374E

Black with #1A374E

Text Example


Text Example

White with #1A374E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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