Html Css Color HEX #0A3047 Blue Whale

📋 copy color: '#0A3047'

red 10 ◦ green 48 ◦ blue 71

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

Shades of Blue Whale #0A3047

Tints of Blue Whale #0A3047

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 55.04%

R = 7.75%
G = 37.21%
B = 55.04%

CMYK

 C value IS 0.86

 M value IS 0.32

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#0A3047 (or 0x0A3047) is known color: Blue Whale. HEX triplet: 0A, 30 and 47. RGB value is (10,48,71). Sum of RGB (Red+Green+Blue) = 10+48+71=129 (17% of max value = 765). Red value is 10 (4.30% from 255 or 7.75% from 129); Green value is 48 (19.14% from 255 or 37.21% from 129); Blue value is 71 (28.12% from 255 or 55.04% from 129); Max value from RGB is 71 - color contains mainly: blue. Hex color #0A3047 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A3047 is #F5CFB8. Grayscale: #272727. Windows color (decimal): -16109497 or 4665354. OLE color: 4665354.

HSL color Cylindrical-coordinate representation of color #0A3047: hue angle of 202.62º degrees, saturation: 0.75, 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 #0A3047 is Cyan = 0.86, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 10 48 71 -
CMYK 0.86 0.32 0 0.72
HSL 202.62º 0.75% 0.16% -
HSV(B) 202.62º 0.86% 0.28% -
XYZ 2.32 2.63 6.35 -
YUV 39.26 145.91 107.13 -
System Red Green Blue C M Y K H S L
Decimal 10 48 71 0.86 0.32 0 0.72 202.62 0.75 0.16
Hex A 30 47 56 20 0 48 CB 4B 10
Octal 12 60 107 126 40 0 110 313 113 20
Binary 1010 110000 1000111 1010110 100000 0 1001000 11001011 1001011 10000

Color Harmonies of #0A3047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A3047

Black with #0A3047

Text Example


Text Example

White with #0A3047

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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