Html Css Color HEX #0A2E48 Blue Whale

📋 copy color: '#0A2E48'

red 10 ◦ green 46 ◦ blue 72

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

Shades of Blue Whale #0A2E48

Tints of Blue Whale #0A2E48

RGB

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

 GREEN value IS 46 (18.36% from 255) = 35.94%

 BLUE value IS 72 (28.52% from 255) = 56.25%

R = 7.81%
G = 35.94%
B = 56.25%

CMYK

 C value IS 0.86

 M value IS 0.36

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#0A2E48 (or 0x0A2E48) is known color: Blue Whale. HEX triplet: 0A, 2E and 48. RGB value is (10,46,72). Sum of RGB (Red+Green+Blue) = 10+46+72=128 (16% of max value = 765). Red value is 10 (4.30% from 255 or 7.81% from 128); Green value is 46 (18.36% from 255 or 35.94% from 128); Blue value is 72 (28.52% from 255 or 56.25% from 128); Max value from RGB is 72 - color contains mainly: blue. Hex color #0A2E48 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A2E48 is #F5D1B7. Grayscale: #262626. Windows color (decimal): -16110008 or 4730378. OLE color: 4730378.

HSL color Cylindrical-coordinate representation of color #0A2E48: hue angle of 205.16º degrees, saturation: 0.76, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0A2E48 is Cyan = 0.86, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 10 46 72 -
CMYK 0.86 0.36 0 0.72
HSL 205.16º 0.76% 0.16% -
HSV(B) 205.16º 0.86% 0.28% -
XYZ 2.27 2.49 6.49 -
YUV 38.2 147.07 107.89 -
System Red Green Blue C M Y K H S L
Decimal 10 46 72 0.86 0.36 0 0.72 205.16 0.76 0.16
Hex A 2E 48 56 24 0 48 CD 4C 10
Octal 12 56 110 126 44 0 110 315 114 20
Binary 1010 101110 1001000 1010110 100100 0 1001000 11001101 1001100 10000

Color Harmonies of #0A2E48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A2E48

Black with #0A2E48

Text Example


Text Example

White with #0A2E48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,46,72); }

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

background-color css

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

 a { background-color: rgb(10,46,72); }

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

border-color css

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

 span { border-color: rgb(10,46,72); }

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