Html Css Color HEX #1A374B Blue Whale

📋 copy color: '#1A374B'

red 26 ◦ green 55 ◦ blue 75

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

Shades of Blue Whale #1A374B

Tints of Blue Whale #1A374B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 48.08%

R = 16.67%
G = 35.26%
B = 48.08%

CMYK

 C value IS 0.65

 M value IS 0.27

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#1A374B (or 0x1A374B) is known color: Blue Whale. HEX triplet: 1A, 37 and 4B. RGB value is (26,55,75). Sum of RGB (Red+Green+Blue) = 26+55+75=156 (20% of max value = 765). Red value is 26 (10.55% from 255 or 16.67% from 156); Green value is 55 (21.88% from 255 or 35.26% from 156); Blue value is 75 (29.69% from 255 or 48.08% from 156); Max value from RGB is 75 - color contains mainly: blue. Hex color #1A374B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A374B is #E5C8B4. Grayscale: #303030. Windows color (decimal): -15059125 or 4929306. OLE color: 4929306.

HSL color Cylindrical-coordinate representation of color #1A374B: hue angle of 204.49º degrees, saturation: 0.49, 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 #1A374B is Cyan = 0.65, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 26 55 75 -
CMYK 0.65 0.27 0 0.71
HSL 204.49º 0.49% 0.2% -
HSV(B) 204.49º 0.65% 0.29% -
XYZ 3.06 3.46 7.16 -
YUV 48.61 142.89 111.87 -
System Red Green Blue C M Y K H S L
Decimal 26 55 75 0.65 0.27 0 0.71 204.49 0.49 0.2
Hex 1A 37 4B 41 1B 0 47 CC 31 14
Octal 32 67 113 101 33 0 107 314 61 24
Binary 11010 110111 1001011 1000001 11011 0 1000111 11001100 110001 10100

Color Harmonies of #1A374B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A374B

Black with #1A374B

Text Example


Text Example

White with #1A374B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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