Html Css Color HEX #002245 Tangaroa

📋 copy color: '#002245'

red 0 ◦ green 34 ◦ blue 69

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

Shades of Tangaroa #002245

Tints of Tangaroa #002245

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 66.99%

R = 0%
G = 33.01%
B = 66.99%

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

#002245 (or 0x002245) is known color: Tangaroa. HEX triplet: 00, 22 and 45. RGB value is (0,34,69). Sum of RGB (Red+Green+Blue) = 0+34+69=103 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 103); Green value is 34 (13.67% from 255 or 33.01% from 103); Blue value is 69 (27.34% from 255 or 66.99% from 103); Max value from RGB is 69 - color contains mainly: blue. Hex color #002245 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002245 is #FFDDBA. Grayscale: #1B1B1B. Windows color (decimal): -16768443 or 4530688. OLE color: 4530688.

HSL color Cylindrical-coordinate representation of color #002245: hue angle of 210.43º 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 #002245 is Cyan = 1, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 0 34 69 -
CMYK 1 0.51 0 0.73
HSL 210.43º 1% 0.14% -
HSV(B) 210.43º 1% 0.27% -
XYZ 1.65 1.57 5.85 -
YUV 27.82 151.24 108.15 -
System Red Green Blue C M Y K H S L
Decimal 0 34 69 1 0.51 0 0.73 210.43 1 0.14
Hex 0 22 45 64 33 0 49 D2 64 E
Octal 0 42 105 144 63 0 111 322 144 16
Binary 0 100010 1000101 1100100 110011 0 1001001 11010010 1100100 1110

Color Harmonies of #002245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002245

Black with #002245

Text Example


Text Example

White with #002245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #002245; }

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

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

background-color css

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

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

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

border-color css

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

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

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