Html Css Color HEX #0A233C Tangaroa

📋 copy color: '#0A233C'

red 10 ◦ green 35 ◦ blue 60

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

Shades of Tangaroa #0A233C

Tints of Tangaroa #0A233C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 57.14%

R = 9.52%
G = 33.33%
B = 57.14%

CMYK

 C value IS 0.83

 M value IS 0.42

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#0A233C (or 0x0A233C) is known color: Tangaroa. HEX triplet: 0A, 23 and 3C. RGB value is (10,35,60). Sum of RGB (Red+Green+Blue) = 10+35+60=105 (13% of max value = 765). Red value is 10 (4.30% from 255 or 9.52% from 105); Green value is 35 (14.06% from 255 or 33.33% from 105); Blue value is 60 (23.83% from 255 or 57.14% from 105); Max value from RGB is 60 - color contains mainly: blue. Hex color #0A233C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A233C is #F5DCC3. Grayscale: #1E1E1E. Windows color (decimal): -16112836 or 3941130. OLE color: 3941130.

HSL color Cylindrical-coordinate representation of color #0A233C: hue angle of 210º degrees, saturation: 0.71, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0A233C is Cyan = 0.83, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 10 35 60 -
CMYK 0.83 0.42 0 0.76
HSL 210º 0.71% 0.14% -
HSV(B) 210º 0.83% 0.24% -
XYZ 1.54 1.59 4.5 -
YUV 30.38 144.72 113.47 -
System Red Green Blue C M Y K H S L
Decimal 10 35 60 0.83 0.42 0 0.76 210 0.71 0.14
Hex A 23 3C 53 2A 0 4C D2 47 E
Octal 12 43 74 123 52 0 114 322 107 16
Binary 1010 100011 111100 1010011 101010 0 1001100 11010010 1000111 1110

Color Harmonies of #0A233C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A233C

Black with #0A233C

Text Example


Text Example

White with #0A233C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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