Html Css Color HEX #002244 Tangaroa

📋 copy color: '#002244'

red 0 ◦ green 34 ◦ blue 68

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

Shades of Tangaroa #002244

Tints of Tangaroa #002244

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 66.67%

R = 0%
G = 33.33%
B = 66.67%

CMYK

 C value IS 1

 M value IS 0.50

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#002244 (or 0x002244) is known color: Tangaroa. HEX triplet: 00, 22 and 44. RGB value is (0,34,68). Sum of RGB (Red+Green+Blue) = 0+34+68=102 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 102); Green value is 34 (13.67% from 255 or 33.33% from 102); Blue value is 68 (26.95% from 255 or 66.67% from 102); Max value from RGB is 68 - color contains mainly: blue. Hex color #002244 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002244 is #FFDDBB. Grayscale: #1B1B1B. Windows color (decimal): -16768444 or 4465152. OLE color: 4465152.

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

Color convert

RGB 0 34 68 -
CMYK 1 0.50 0 0.73
HSL 210º 1% 0.13% -
HSV(B) 210º 1% 0.27% -
XYZ 1.62 1.56 5.69 -
YUV 27.71 150.74 108.24 -
System Red Green Blue C M Y K H S L
Decimal 0 34 68 1 0.50 0 0.73 210 1 0.13
Hex 0 22 44 64 32 0 49 D2 64 D
Octal 0 42 104 144 62 0 111 322 144 15
Binary 0 100010 1000100 1100100 110010 0 1001001 11010010 1100100 1101

Color Harmonies of #002244

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002244

Black with #002244

Text Example


Text Example

White with #002244

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #002244; }

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

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

background-color css

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

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

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

border-color css

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

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

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