Html Css Color HEX #002246 Tangaroa

📋 copy color: '#002246'

red 0 ◦ green 34 ◦ blue 70

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

Shades of Tangaroa #002246

Tints of Tangaroa #002246

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 34 (13.67% from 255) = 32.69%

 BLUE value IS 70 (27.73% from 255) = 67.31%

R = 0%
G = 32.69%
B = 67.31%

CMYK

 C value IS 1

 M value IS 0.51

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#002246 (or 0x002246) is known color: Tangaroa. HEX triplet: 00, 22 and 46. RGB value is (0,34,70). Sum of RGB (Red+Green+Blue) = 0+34+70=104 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 104); Green value is 34 (13.67% from 255 or 32.69% from 104); Blue value is 70 (27.73% from 255 or 67.31% from 104); Max value from RGB is 70 - color contains mainly: blue. Hex color #002246 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002246 is #FFDDB9. Grayscale: #1B1B1B. Windows color (decimal): -16768442 or 4596224. OLE color: 4596224.

HSL color Cylindrical-coordinate representation of color #002246: hue angle of 210.86º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002246 is Cyan = 1, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 0 34 70 -
CMYK 1 0.51 0 0.73
HSL 210.86º 1% 0.14% -
HSV(B) 210.86º 1% 0.27% -
XYZ 1.68 1.59 6.01 -
YUV 27.94 151.74 108.07 -
System Red Green Blue C M Y K H S L
Decimal 0 34 70 1 0.51 0 0.73 210.86 1 0.14
Hex 0 22 46 64 33 0 49 D3 64 E
Octal 0 42 106 144 63 0 111 323 144 16
Binary 0 100010 1000110 1100100 110011 0 1001001 11010011 1100100 1110

Color Harmonies of #002246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002246

Black with #002246

Text Example


Text Example

White with #002246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #002246; }

 p { color: rgb(0,34,70); }

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

background-color css

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

 a { background-color: rgb(0,34,70); }

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

border-color css

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

 span { border-color: rgb(0,34,70); }

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