Html Css Color HEX #053043 Blue Whale

📋 copy color: '#053043'

red 5 ◦ green 48 ◦ blue 67

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

Shades of Blue Whale #053043

Tints of Blue Whale #053043

RGB

 RED value IS 5 (2.34% from 255) = 4.17%

 GREEN value IS 48 (19.14% from 255) = 40%

 BLUE value IS 67 (26.56% from 255) = 55.83%

R = 4.17%
G = 40%
B = 55.83%

CMYK

 C value IS 0.93

 M value IS 0.28

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#053043 (or 0x053043) is known color: Blue Whale. HEX triplet: 05, 30 and 43. RGB value is (5,48,67). Sum of RGB (Red+Green+Blue) = 5+48+67=120 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.17% from 120); Green value is 48 (19.14% from 255 or 40% from 120); Blue value is 67 (26.56% from 255 or 55.83% from 120); Max value from RGB is 67 - color contains mainly: blue. Hex color #053043 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053043 is #FACFBC. Grayscale: #252525. Windows color (decimal): -16437181 or 4403205. OLE color: 4403205.

HSL color Cylindrical-coordinate representation of color #053043: hue angle of 198.39º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #053043 is Cyan = 0.93, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 5 48 67 -
CMYK 0.93 0.28 0 0.74
HSL 198.39º 0.86% 0.14% -
HSV(B) 198.39º 0.93% 0.26% -
XYZ 2.13 2.55 5.69 -
YUV 37.31 144.75 104.96 -
System Red Green Blue C M Y K H S L
Decimal 5 48 67 0.93 0.28 0 0.74 198.39 0.86 0.14
Hex 5 30 43 5D 1C 0 4A C6 56 E
Octal 5 60 103 135 34 0 112 306 126 16
Binary 101 110000 1000011 1011101 11100 0 1001010 11000110 1010110 1110

Color Harmonies of #053043

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053043

Black with #053043

Text Example


Text Example

White with #053043

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053043; }

 p { color: rgb(5,48,67); }

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

background-color css

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

 a { background-color: rgb(5,48,67); }

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

border-color css

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

 span { border-color: rgb(5,48,67); }

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