Html Css Color HEX #0A213F Tangaroa

📋 copy color: '#0A213F'

red 10 ◦ green 33 ◦ blue 63

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

Shades of Tangaroa #0A213F

Tints of Tangaroa #0A213F

RGB

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

 GREEN value IS 33 (13.28% from 255) = 31.13%

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

R = 9.43%
G = 31.13%
B = 59.43%

CMYK

 C value IS 0.84

 M value IS 0.48

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#0A213F (or 0x0A213F) is known color: Tangaroa. HEX triplet: 0A, 21 and 3F. RGB value is (10,33,63). Sum of RGB (Red+Green+Blue) = 10+33+63=106 (14% of max value = 765). Red value is 10 (4.30% from 255 or 9.43% from 106); Green value is 33 (13.28% from 255 or 31.13% from 106); Blue value is 63 (25% from 255 or 59.43% from 106); Max value from RGB is 63 - color contains mainly: blue. Hex color #0A213F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A213F is #F5DEC0. Grayscale: #1D1D1D. Windows color (decimal): -16113345 or 4137226. OLE color: 4137226.

HSL color Cylindrical-coordinate representation of color #0A213F: hue angle of 213.96º 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 #0A213F is Cyan = 0.84, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 10 33 63 -
CMYK 0.84 0.48 0 0.75
HSL 213.96º 0.73% 0.14% -
HSV(B) 213.96º 0.84% 0.25% -
XYZ 1.57 1.51 4.91 -
YUV 29.54 146.88 114.06 -
System Red Green Blue C M Y K H S L
Decimal 10 33 63 0.84 0.48 0 0.75 213.96 0.73 0.14
Hex A 21 3F 54 30 0 4B D6 49 E
Octal 12 41 77 124 60 0 113 326 111 16
Binary 1010 100001 111111 1010100 110000 0 1001011 11010110 1001001 1110

Color Harmonies of #0A213F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A213F

Black with #0A213F

Text Example


Text Example

White with #0A213F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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