Html Css Color HEX #1A364D Blue Whale

📋 copy color: '#1A364D'

red 26 ◦ green 54 ◦ blue 77

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

Shades of Blue Whale #1A364D

Tints of Blue Whale #1A364D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 49.04%

R = 16.56%
G = 34.39%
B = 49.04%

CMYK

 C value IS 0.66

 M value IS 0.30

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#1A364D (or 0x1A364D) is known color: Blue Whale. HEX triplet: 1A, 36 and 4D. RGB value is (26,54,77). Sum of RGB (Red+Green+Blue) = 26+54+77=157 (20% of max value = 765). Red value is 26 (10.55% from 255 or 16.56% from 157); Green value is 54 (21.48% from 255 or 34.39% from 157); Blue value is 77 (30.47% from 255 or 49.04% from 157); Max value from RGB is 77 - color contains mainly: blue. Hex color #1A364D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A364D is #E5C9B2. Grayscale: #303030. Windows color (decimal): -15059379 or 5060122. OLE color: 5060122.

HSL color Cylindrical-coordinate representation of color #1A364D: hue angle of 207.06º degrees, saturation: 0.5, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #1A364D is Cyan = 0.66, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 26 54 77 -
CMYK 0.66 0.30 0 0.70
HSL 207.06º 0.5% 0.2% -
HSV(B) 207.06º 0.66% 0.3% -
XYZ 3.08 3.39 7.51 -
YUV 48.25 144.22 112.13 -
System Red Green Blue C M Y K H S L
Decimal 26 54 77 0.66 0.30 0 0.70 207.06 0.5 0.2
Hex 1A 36 4D 42 1E 0 46 CF 32 14
Octal 32 66 115 102 36 0 106 317 62 24
Binary 11010 110110 1001101 1000010 11110 0 1000110 11001111 110010 10100

Color Harmonies of #1A364D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A364D

Black with #1A364D

Text Example


Text Example

White with #1A364D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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