Html Css Color HEX #0A233E Tangaroa

📋 copy color: '#0A233E'

red 10 ◦ green 35 ◦ blue 62

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

Shades of Tangaroa #0A233E

Tints of Tangaroa #0A233E

RGB

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

 GREEN value IS 35 (14.06% from 255) = 32.71%

 BLUE value IS 62 (24.61% from 255) = 57.94%

R = 9.35%
G = 32.71%
B = 57.94%

CMYK

 C value IS 0.84

 M value IS 0.44

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#0A233E (or 0x0A233E) is known color: Tangaroa. HEX triplet: 0A, 23 and 3E. RGB value is (10,35,62). Sum of RGB (Red+Green+Blue) = 10+35+62=107 (14% of max value = 765). Red value is 10 (4.30% from 255 or 9.35% from 107); Green value is 35 (14.06% from 255 or 32.71% from 107); Blue value is 62 (24.61% from 255 or 57.94% from 107); Max value from RGB is 62 - color contains mainly: blue. Hex color #0A233E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A233E is #F5DCC1. Grayscale: #1E1E1E. Windows color (decimal): -16112834 or 4072202. OLE color: 4072202.

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

Color convert

RGB 10 35 62 -
CMYK 0.84 0.44 0 0.76
HSL 211.15º 0.72% 0.14% -
HSV(B) 211.15º 0.84% 0.24% -
XYZ 1.6 1.61 4.78 -
YUV 30.6 145.72 113.3 -
System Red Green Blue C M Y K H S L
Decimal 10 35 62 0.84 0.44 0 0.76 211.15 0.72 0.14
Hex A 23 3E 54 2C 0 4C D3 48 E
Octal 12 43 76 124 54 0 114 323 110 16
Binary 1010 100011 111110 1010100 101100 0 1001100 11010011 1001000 1110

Color Harmonies of #0A233E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A233E

Black with #0A233E

Text Example


Text Example

White with #0A233E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,35,62); }

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

background-color css

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

 a { background-color: rgb(10,35,62); }

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

border-color css

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

 span { border-color: rgb(10,35,62); }

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