Html Css Color HEX #0A334A Blue Whale

📋 copy color: '#0A334A'

red 10 ◦ green 51 ◦ blue 74

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

Shades of Blue Whale #0A334A

Tints of Blue Whale #0A334A

RGB

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

 GREEN value IS 51 (20.31% from 255) = 37.78%

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

R = 7.41%
G = 37.78%
B = 54.81%

CMYK

 C value IS 0.86

 M value IS 0.31

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#0A334A (or 0x0A334A) is known color: Blue Whale. HEX triplet: 0A, 33 and 4A. RGB value is (10,51,74). Sum of RGB (Red+Green+Blue) = 10+51+74=135 (17% of max value = 765). Red value is 10 (4.30% from 255 or 7.41% from 135); Green value is 51 (20.31% from 255 or 37.78% from 135); Blue value is 74 (29.30% from 255 or 54.81% from 135); Max value from RGB is 74 - color contains mainly: blue. Hex color #0A334A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A334A is #F5CCB5. Grayscale: #292929. Windows color (decimal): -16108726 or 4862730. OLE color: 4862730.

HSL color Cylindrical-coordinate representation of color #0A334A: hue angle of 201.56º 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 #0A334A is Cyan = 0.86, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 10 51 74 -
CMYK 0.86 0.31 0 0.71
HSL 201.56º 0.76% 0.16% -
HSV(B) 201.56º 0.86% 0.29% -
XYZ 2.55 2.93 6.91 -
YUV 41.36 146.42 105.63 -
System Red Green Blue C M Y K H S L
Decimal 10 51 74 0.86 0.31 0 0.71 201.56 0.76 0.16
Hex A 33 4A 56 1F 0 47 CA 4C 10
Octal 12 63 112 126 37 0 107 312 114 20
Binary 1010 110011 1001010 1010110 11111 0 1000111 11001010 1001100 10000

Color Harmonies of #0A334A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A334A

Black with #0A334A

Text Example


Text Example

White with #0A334A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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