Html Css Color HEX #0A313F Blue Whale

📋 copy color: '#0A313F'

red 10 ◦ green 49 ◦ blue 63

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

Shades of Blue Whale #0A313F

Tints of Blue Whale #0A313F

RGB

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

 GREEN value IS 49 (19.53% from 255) = 40.16%

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

R = 8.2%
G = 40.16%
B = 51.64%

CMYK

 C value IS 0.84

 M value IS 0.22

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#0A313F (or 0x0A313F) is known color: Blue Whale. HEX triplet: 0A, 31 and 3F. RGB value is (10,49,63). Sum of RGB (Red+Green+Blue) = 10+49+63=122 (16% of max value = 765). Red value is 10 (4.30% from 255 or 8.20% from 122); Green value is 49 (19.53% from 255 or 40.16% from 122); Blue value is 63 (25% from 255 or 51.64% from 122); Max value from RGB is 63 - color contains mainly: blue. Hex color #0A313F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A313F is #F5CEC0. Grayscale: #262626. Windows color (decimal): -16109249 or 4141322. OLE color: 4141322.

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

Color convert

RGB 10 49 63 -
CMYK 0.84 0.22 0 0.75
HSL 195.85º 0.73% 0.14% -
HSV(B) 195.85º 0.84% 0.25% -
XYZ 2.12 2.62 5.1 -
YUV 38.94 141.58 107.36 -
System Red Green Blue C M Y K H S L
Decimal 10 49 63 0.84 0.22 0 0.75 195.85 0.73 0.14
Hex A 31 3F 54 16 0 4B C4 49 E
Octal 12 61 77 124 26 0 113 304 111 16
Binary 1010 110001 111111 1010100 10110 0 1001011 11000100 1001001 1110

Color Harmonies of #0A313F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A313F

Black with #0A313F

Text Example


Text Example

White with #0A313F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,49,63); }

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

background-color css

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

 a { background-color: rgb(10,49,63); }

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

border-color css

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

 span { border-color: rgb(10,49,63); }

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