Html Css Color HEX #0A2E3D Blue Whale

📋 copy color: '#0A2E3D'

red 10 ◦ green 46 ◦ blue 61

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

Shades of Blue Whale #0A2E3D

Tints of Blue Whale #0A2E3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 52.14%

R = 8.55%
G = 39.32%
B = 52.14%

CMYK

 C value IS 0.84

 M value IS 0.25

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#0A2E3D (or 0x0A2E3D) is known color: Blue Whale. HEX triplet: 0A, 2E and 3D. RGB value is (10,46,61). Sum of RGB (Red+Green+Blue) = 10+46+61=117 (15% of max value = 765). Red value is 10 (4.30% from 255 or 8.55% from 117); Green value is 46 (18.36% from 255 or 39.32% from 117); Blue value is 61 (24.22% from 255 or 52.14% from 117); Max value from RGB is 61 - color contains mainly: blue. Hex color #0A2E3D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A2E3D is #F5D1C2. Grayscale: #242424. Windows color (decimal): -16110019 or 4009482. OLE color: 4009482.

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

Color convert

RGB 10 46 61 -
CMYK 0.84 0.25 0 0.76
HSL 197.65º 0.72% 0.14% -
HSV(B) 197.65º 0.84% 0.24% -
XYZ 1.94 2.36 4.77 -
YUV 36.95 141.57 108.78 -
System Red Green Blue C M Y K H S L
Decimal 10 46 61 0.84 0.25 0 0.76 197.65 0.72 0.14
Hex A 2E 3D 54 19 0 4C C6 48 E
Octal 12 56 75 124 31 0 114 306 110 16
Binary 1010 101110 111101 1010100 11001 0 1001100 11000110 1001000 1110

Color Harmonies of #0A2E3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A2E3D

Black with #0A2E3D

Text Example


Text Example

White with #0A2E3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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