Html Css Color HEX #002247 Tangaroa

📋 copy color: '#002247'

red 0 ◦ green 34 ◦ blue 71

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

Shades of Tangaroa #002247

Tints of Tangaroa #002247

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 67.62%

R = 0%
G = 32.38%
B = 67.62%

CMYK

 C value IS 1

 M value IS 0.52

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#002247 (or 0x002247) is known color: Tangaroa. HEX triplet: 00, 22 and 47. RGB value is (0,34,71). Sum of RGB (Red+Green+Blue) = 0+34+71=105 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 105); Green value is 34 (13.67% from 255 or 32.38% from 105); Blue value is 71 (28.12% from 255 or 67.62% from 105); Max value from RGB is 71 - color contains mainly: blue. Hex color #002247 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002247 is #FFDDB8. Grayscale: #1B1B1B. Windows color (decimal): -16768441 or 4661760. OLE color: 4661760.

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

Color convert

RGB 0 34 71 -
CMYK 1 0.52 0 0.72
HSL 211.27º 1% 0.14% -
HSV(B) 211.27º 1% 0.28% -
XYZ 1.71 1.6 6.18 -
YUV 28.05 152.24 107.99 -
System Red Green Blue C M Y K H S L
Decimal 0 34 71 1 0.52 0 0.72 211.27 1 0.14
Hex 0 22 47 64 34 0 48 D3 64 E
Octal 0 42 107 144 64 0 110 323 144 16
Binary 0 100010 1000111 1100100 110100 0 1001000 11010011 1100100 1110

Color Harmonies of #002247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002247

Black with #002247

Text Example


Text Example

White with #002247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #002247; }

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

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

background-color css

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

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

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

border-color css

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

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

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