Html Css Color HEX #0A3040 Blue Whale

📋 copy color: '#0A3040'

red 10 ◦ green 48 ◦ blue 64

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

Shades of Blue Whale #0A3040

Tints of Blue Whale #0A3040

RGB

 RED value IS 10 (4.3% from 255) = 8.2%

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

 BLUE value IS 64 (25.39% from 255) = 52.46%

R = 8.2%
G = 39.34%
B = 52.46%

CMYK

 C value IS 0.84

 M value IS 0.25

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#0A3040 (or 0x0A3040) is known color: Blue Whale. HEX triplet: 0A, 30 and 40. RGB value is (10,48,64). Sum of RGB (Red+Green+Blue) = 10+48+64=122 (16% of max value = 765). Red value is 10 (4.30% from 255 or 8.20% from 122); Green value is 48 (19.14% from 255 or 39.34% from 122); Blue value is 64 (25.39% from 255 or 52.46% from 122); Max value from RGB is 64 - color contains mainly: blue. Hex color #0A3040 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A3040 is #F5CFBF. Grayscale: #262626. Windows color (decimal): -16109504 or 4206602. OLE color: 4206602.

HSL color Cylindrical-coordinate representation of color #0A3040: hue angle of 197.78º degrees, saturation: 0.73, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0A3040 is Cyan = 0.84, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 10 48 64 -
CMYK 0.84 0.25 0 0.75
HSL 197.78º 0.73% 0.15% -
HSV(B) 197.78º 0.84% 0.25% -
XYZ 2.11 2.55 5.23 -
YUV 38.46 142.41 107.7 -
System Red Green Blue C M Y K H S L
Decimal 10 48 64 0.84 0.25 0 0.75 197.78 0.73 0.15
Hex A 30 40 54 19 0 4B C6 49 F
Octal 12 60 100 124 31 0 113 306 111 17
Binary 1010 110000 1000000 1010100 11001 0 1001011 11000110 1001001 1111

Color Harmonies of #0A3040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A3040

Black with #0A3040

Text Example


Text Example

White with #0A3040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0A3040; }

 p { color: rgb(10,48,64); }

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

background-color css

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

 a { background-color: rgb(10,48,64); }

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

border-color css

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

 span { border-color: rgb(10,48,64); }

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