Html Css Color HEX #05303F Blue Whale

📋 copy color: '#05303F'

red 5 ◦ green 48 ◦ blue 63

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

Shades of Blue Whale #05303F

Tints of Blue Whale #05303F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 54.31%

R = 4.31%
G = 41.38%
B = 54.31%

CMYK

 C value IS 0.92

 M value IS 0.24

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#05303F (or 0x05303F) is known color: Blue Whale. HEX triplet: 05, 30 and 3F. RGB value is (5,48,63). Sum of RGB (Red+Green+Blue) = 5+48+63=116 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.31% from 116); Green value is 48 (19.14% from 255 or 41.38% from 116); Blue value is 63 (25% from 255 or 54.31% from 116); Max value from RGB is 63 - color contains mainly: blue. Hex color #05303F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05303F is #FACFC0. Grayscale: #242424. Windows color (decimal): -16437185 or 4141061. OLE color: 4141061.

HSL color Cylindrical-coordinate representation of color #05303F: hue angle of 195.52º degrees, saturation: 0.85, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #05303F is Cyan = 0.92, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 5 48 63 -
CMYK 0.92 0.24 0 0.75
HSL 195.52º 0.85% 0.13% -
HSV(B) 195.52º 0.92% 0.25% -
XYZ 2.02 2.51 5.08 -
YUV 36.85 142.75 105.28 -
System Red Green Blue C M Y K H S L
Decimal 5 48 63 0.92 0.24 0 0.75 195.52 0.85 0.13
Hex 5 30 3F 5C 18 0 4B C4 55 D
Octal 5 60 77 134 30 0 113 304 125 15
Binary 101 110000 111111 1011100 11000 0 1001011 11000100 1010101 1101

Color Harmonies of #05303F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05303F

Black with #05303F

Text Example


Text Example

White with #05303F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05303F; }

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

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

background-color css

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

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

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

border-color css

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

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

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