Html Css Color HEX #0A354A Blue Whale

📋 copy color: '#0A354A'

red 10 ◦ green 53 ◦ blue 74

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

Shades of Blue Whale #0A354A

Tints of Blue Whale #0A354A

RGB

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

 GREEN value IS 53 (21.09% from 255) = 38.69%

 BLUE value IS 74 (29.3% from 255) = 54.01%

R = 7.3%
G = 38.69%
B = 54.01%

CMYK

 C value IS 0.86

 M value IS 0.28

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#0A354A (or 0x0A354A) is known color: Blue Whale. HEX triplet: 0A, 35 and 4A. RGB value is (10,53,74). Sum of RGB (Red+Green+Blue) = 10+53+74=137 (18% of max value = 765). Red value is 10 (4.30% from 255 or 7.30% from 137); Green value is 53 (21.09% from 255 or 38.69% from 137); Blue value is 74 (29.30% from 255 or 54.01% from 137); Max value from RGB is 74 - color contains mainly: blue. Hex color #0A354A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A354A is #F5CAB5. Grayscale: #2A2A2A. Windows color (decimal): -16108214 or 4863242. OLE color: 4863242.

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

Color convert

RGB 10 53 74 -
CMYK 0.86 0.28 0 0.71
HSL 199.69º 0.76% 0.16% -
HSV(B) 199.69º 0.86% 0.29% -
XYZ 2.63 3.11 6.94 -
YUV 42.54 145.75 104.79 -
System Red Green Blue C M Y K H S L
Decimal 10 53 74 0.86 0.28 0 0.71 199.69 0.76 0.16
Hex A 35 4A 56 1C 0 47 C8 4C 10
Octal 12 65 112 126 34 0 107 310 114 20
Binary 1010 110101 1001010 1010110 11100 0 1000111 11001000 1001100 10000

Color Harmonies of #0A354A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A354A

Black with #0A354A

Text Example


Text Example

White with #0A354A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,53,74); }

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

background-color css

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

 a { background-color: rgb(10,53,74); }

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

border-color css

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

 span { border-color: rgb(10,53,74); }

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