Html Css Color HEX #1A3348 Blue Whale

📋 copy color: '#1A3348'

red 26 ◦ green 51 ◦ blue 72

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

Shades of Blue Whale #1A3348

Tints of Blue Whale #1A3348

RGB

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

 GREEN value IS 51 (20.31% from 255) = 34.23%

 BLUE value IS 72 (28.52% from 255) = 48.32%

R = 17.45%
G = 34.23%
B = 48.32%

CMYK

 C value IS 0.64

 M value IS 0.29

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#1A3348 (or 0x1A3348) is known color: Blue Whale. HEX triplet: 1A, 33 and 48. RGB value is (26,51,72). Sum of RGB (Red+Green+Blue) = 26+51+72=149 (19% of max value = 765). Red value is 26 (10.55% from 255 or 17.45% from 149); Green value is 51 (20.31% from 255 or 34.23% from 149); Blue value is 72 (28.52% from 255 or 48.32% from 149); Max value from RGB is 72 - color contains mainly: blue. Hex color #1A3348 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A3348 is #E5CCB7. Grayscale: #2D2D2D. Windows color (decimal): -15060152 or 4731674. OLE color: 4731674.

HSL color Cylindrical-coordinate representation of color #1A3348: hue angle of 207.39º degrees, saturation: 0.47, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #1A3348 is Cyan = 0.64, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 26 51 72 -
CMYK 0.64 0.29 0 0.72
HSL 207.39º 0.47% 0.19% -
HSV(B) 207.39º 0.64% 0.28% -
XYZ 2.78 3.06 6.57 -
YUV 45.92 142.72 113.79 -
System Red Green Blue C M Y K H S L
Decimal 26 51 72 0.64 0.29 0 0.72 207.39 0.47 0.19
Hex 1A 33 48 40 1D 0 48 CF 2F 13
Octal 32 63 110 100 35 0 110 317 57 23
Binary 11010 110011 1001000 1000000 11101 0 1001000 11001111 101111 10011

Color Harmonies of #1A3348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A3348

Black with #1A3348

Text Example


Text Example

White with #1A3348

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,51,72); }

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

background-color css

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

 a { background-color: rgb(26,51,72); }

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

border-color css

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

 span { border-color: rgb(26,51,72); }

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