Html Css Color HEX #0A2F4D Blue Whale

📋 copy color: '#0A2F4D'

red 10 ◦ green 47 ◦ blue 77

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

Shades of Blue Whale #0A2F4D

Tints of Blue Whale #0A2F4D

RGB

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

 GREEN value IS 47 (18.75% from 255) = 35.07%

 BLUE value IS 77 (30.47% from 255) = 57.46%

R = 7.46%
G = 35.07%
B = 57.46%

CMYK

 C value IS 0.87

 M value IS 0.39

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#0A2F4D (or 0x0A2F4D) is known color: Blue Whale. HEX triplet: 0A, 2F and 4D. RGB value is (10,47,77). Sum of RGB (Red+Green+Blue) = 10+47+77=134 (17% of max value = 765). Red value is 10 (4.30% from 255 or 7.46% from 134); Green value is 47 (18.75% from 255 or 35.07% from 134); Blue value is 77 (30.47% from 255 or 57.46% from 134); Max value from RGB is 77 - color contains mainly: blue. Hex color #0A2F4D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A2F4D is #F5D0B2. Grayscale: #272727. Windows color (decimal): -16109747 or 5058314. OLE color: 5058314.

HSL color Cylindrical-coordinate representation of color #0A2F4D: hue angle of 206.87º degrees, saturation: 0.77, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0A2F4D is Cyan = 0.87, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 10 47 77 -
CMYK 0.87 0.39 0 0.70
HSL 206.87º 0.77% 0.17% -
HSV(B) 206.87º 0.87% 0.3% -
XYZ 2.48 2.63 7.4 -
YUV 39.36 149.24 107.06 -
System Red Green Blue C M Y K H S L
Decimal 10 47 77 0.87 0.39 0 0.70 206.87 0.77 0.17
Hex A 2F 4D 57 27 0 46 CF 4D 11
Octal 12 57 115 127 47 0 106 317 115 21
Binary 1010 101111 1001101 1010111 100111 0 1000110 11001111 1001101 10001

Color Harmonies of #0A2F4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A2F4D

Black with #0A2F4D

Text Example


Text Example

White with #0A2F4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,47,77); }

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

background-color css

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

 a { background-color: rgb(10,47,77); }

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

border-color css

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

 span { border-color: rgb(10,47,77); }

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