Html Css Color HEX #05334D Blue Whale

📋 copy color: '#05334D'

red 5 ◦ green 51 ◦ blue 77

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

Shades of Blue Whale #05334D

Tints of Blue Whale #05334D

RGB

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

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

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

R = 3.76%
G = 38.35%
B = 57.89%

CMYK

 C value IS 0.94

 M value IS 0.34

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#05334D (or 0x05334D) is known color: Blue Whale. HEX triplet: 05, 33 and 4D. RGB value is (5,51,77). Sum of RGB (Red+Green+Blue) = 5+51+77=133 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.76% from 133); Green value is 51 (20.31% from 255 or 38.35% from 133); Blue value is 77 (30.47% from 255 or 57.89% from 133); Max value from RGB is 77 - color contains mainly: blue. Hex color #05334D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #05334D is #FACCB2. Grayscale: #282828. Windows color (decimal): -16436403 or 5059333. OLE color: 5059333.

HSL color Cylindrical-coordinate representation of color #05334D: hue angle of 201.67º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #05334D is Cyan = 0.94, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 5 51 77 -
CMYK 0.94 0.34 0 0.70
HSL 201.67º 0.88% 0.16% -
HSV(B) 201.67º 0.94% 0.3% -
XYZ 2.59 2.94 7.45 -
YUV 40.21 148.76 102.89 -
System Red Green Blue C M Y K H S L
Decimal 5 51 77 0.94 0.34 0 0.70 201.67 0.88 0.16
Hex 5 33 4D 5E 22 0 46 CA 58 10
Octal 5 63 115 136 42 0 106 312 130 20
Binary 101 110011 1001101 1011110 100010 0 1000110 11001010 1011000 10000

Color Harmonies of #05334D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05334D

Black with #05334D

Text Example


Text Example

White with #05334D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05334D; }

 p { color: rgb(5,51,77); }

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

background-color css

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

 a { background-color: rgb(5,51,77); }

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

border-color css

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

 span { border-color: rgb(5,51,77); }

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