Html Css Color HEX #05324B Blue Whale

📋 copy color: '#05324B'

red 5 ◦ green 50 ◦ blue 75

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

Shades of Blue Whale #05324B

Tints of Blue Whale #05324B

RGB

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

 GREEN value IS 50 (19.92% from 255) = 38.46%

 BLUE value IS 75 (29.69% from 255) = 57.69%

R = 3.85%
G = 38.46%
B = 57.69%

CMYK

 C value IS 0.93

 M value IS 0.33

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#05324B (or 0x05324B) is known color: Blue Whale. HEX triplet: 05, 32 and 4B. RGB value is (5,50,75). Sum of RGB (Red+Green+Blue) = 5+50+75=130 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.85% from 130); Green value is 50 (19.92% from 255 or 38.46% from 130); Blue value is 75 (29.69% from 255 or 57.69% from 130); Max value from RGB is 75 - color contains mainly: blue. Hex color #05324B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05324B is #FACDB4. Grayscale: #272727. Windows color (decimal): -16436661 or 4928005. OLE color: 4928005.

HSL color Cylindrical-coordinate representation of color #05324B: hue angle of 201.43º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #05324B is Cyan = 0.93, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 5 50 75 -
CMYK 0.93 0.33 0 0.71
HSL 201.43º 0.88% 0.16% -
HSV(B) 201.43º 0.93% 0.29% -
XYZ 2.47 2.82 7.07 -
YUV 39.4 148.09 103.47 -
System Red Green Blue C M Y K H S L
Decimal 5 50 75 0.93 0.33 0 0.71 201.43 0.88 0.16
Hex 5 32 4B 5D 21 0 47 C9 58 10
Octal 5 62 113 135 41 0 107 311 130 20
Binary 101 110010 1001011 1011101 100001 0 1000111 11001001 1011000 10000

Color Harmonies of #05324B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05324B

Black with #05324B

Text Example


Text Example

White with #05324B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05324B; }

 p { color: rgb(5,50,75); }

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

background-color css

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

 a { background-color: rgb(5,50,75); }

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

border-color css

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

 span { border-color: rgb(5,50,75); }

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