Html Css Color HEX #0A243F Tangaroa

📋 copy color: '#0A243F'

red 10 ◦ green 36 ◦ blue 63

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

Shades of Tangaroa #0A243F

Tints of Tangaroa #0A243F

RGB

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

 GREEN value IS 36 (14.45% from 255) = 33.03%

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

R = 9.17%
G = 33.03%
B = 57.8%

CMYK

 C value IS 0.84

 M value IS 0.43

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#0A243F (or 0x0A243F) is known color: Tangaroa. HEX triplet: 0A, 24 and 3F. RGB value is (10,36,63). Sum of RGB (Red+Green+Blue) = 10+36+63=109 (14% of max value = 765). Red value is 10 (4.30% from 255 or 9.17% from 109); Green value is 36 (14.45% from 255 or 33.03% from 109); Blue value is 63 (25% from 255 or 57.80% from 109); Max value from RGB is 63 - color contains mainly: blue. Hex color #0A243F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A243F is #F5DBC0. Grayscale: #1F1F1F. Windows color (decimal): -16112577 or 4137994. OLE color: 4137994.

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

Color convert

RGB 10 36 63 -
CMYK 0.84 0.43 0 0.75
HSL 210.57º 0.73% 0.14% -
HSV(B) 210.57º 0.84% 0.25% -
XYZ 1.65 1.69 4.94 -
YUV 31.3 145.89 112.8 -
System Red Green Blue C M Y K H S L
Decimal 10 36 63 0.84 0.43 0 0.75 210.57 0.73 0.14
Hex A 24 3F 54 2B 0 4B D3 49 E
Octal 12 44 77 124 53 0 113 323 111 16
Binary 1010 100100 111111 1010100 101011 0 1001011 11010011 1001001 1110

Color Harmonies of #0A243F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A243F

Black with #0A243F

Text Example


Text Example

White with #0A243F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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