Html Css Color HEX #1A384D Blue Whale

📋 copy color: '#1A384D'

red 26 ◦ green 56 ◦ blue 77

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

Shades of Blue Whale #1A384D

Tints of Blue Whale #1A384D

RGB

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

 GREEN value IS 56 (22.27% from 255) = 35.22%

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

R = 16.35%
G = 35.22%
B = 48.43%

CMYK

 C value IS 0.66

 M value IS 0.27

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#1A384D (or 0x1A384D) is known color: Blue Whale. HEX triplet: 1A, 38 and 4D. RGB value is (26,56,77). Sum of RGB (Red+Green+Blue) = 26+56+77=159 (21% of max value = 765). Red value is 26 (10.55% from 255 or 16.35% from 159); Green value is 56 (22.27% from 255 or 35.22% from 159); Blue value is 77 (30.47% from 255 or 48.43% from 159); Max value from RGB is 77 - color contains mainly: blue. Hex color #1A384D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A384D is #E5C7B2. Grayscale: #313131. Windows color (decimal): -15058867 or 5060634. OLE color: 5060634.

HSL color Cylindrical-coordinate representation of color #1A384D: hue angle of 204.71º 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 #1A384D is Cyan = 0.66, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 26 56 77 -
CMYK 0.66 0.27 0 0.70
HSL 204.71º 0.5% 0.2% -
HSV(B) 204.71º 0.66% 0.3% -
XYZ 3.18 3.58 7.55 -
YUV 49.42 143.56 111.29 -
System Red Green Blue C M Y K H S L
Decimal 26 56 77 0.66 0.27 0 0.70 204.71 0.5 0.2
Hex 1A 38 4D 42 1B 0 46 CD 32 14
Octal 32 70 115 102 33 0 106 315 62 24
Binary 11010 111000 1001101 1000010 11011 0 1000110 11001101 110010 10100

Color Harmonies of #1A384D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A384D

Black with #1A384D

Text Example


Text Example

White with #1A384D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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