Html Css Color HEX #002345 Tangaroa

📋 copy color: '#002345'

red 0 ◦ green 35 ◦ blue 69

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

Shades of Tangaroa #002345

Tints of Tangaroa #002345

RGB

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

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

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

R = 0%
G = 33.65%
B = 66.35%

CMYK

 C value IS 1

 M value IS 0.49

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#002345 (or 0x002345) is known color: Tangaroa. HEX triplet: 00, 23 and 45. RGB value is (0,35,69). Sum of RGB (Red+Green+Blue) = 0+35+69=104 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 104); Green value is 35 (14.06% from 255 or 33.65% from 104); Blue value is 69 (27.34% from 255 or 66.35% from 104); Max value from RGB is 69 - color contains mainly: blue. Hex color #002345 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002345 is #FFDCBA. Grayscale: #1C1C1C. Windows color (decimal): -16768187 or 4530944. OLE color: 4530944.

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

Color convert

RGB 0 35 69 -
CMYK 1 0.49 0 0.73
HSL 209.57º 1% 0.14% -
HSV(B) 209.57º 1% 0.27% -
XYZ 1.68 1.63 5.86 -
YUV 28.41 150.9 107.74 -
System Red Green Blue C M Y K H S L
Decimal 0 35 69 1 0.49 0 0.73 209.57 1 0.14
Hex 0 23 45 64 31 0 49 D2 64 E
Octal 0 43 105 144 61 0 111 322 144 16
Binary 0 100011 1000101 1100100 110001 0 1001001 11010010 1100100 1110

Color Harmonies of #002345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002345

Black with #002345

Text Example


Text Example

White with #002345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #002345; }

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

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

background-color css

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

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

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

border-color css

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

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

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