Html Css Color HEX #07213B Tangaroa

📋 copy color: '#07213B'

red 7 ◦ green 33 ◦ blue 59

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

Shades of Tangaroa #07213B

Tints of Tangaroa #07213B

RGB

 RED value IS 7 (3.13% from 255) = 7.07%

 GREEN value IS 33 (13.28% from 255) = 33.33%

 BLUE value IS 59 (23.44% from 255) = 59.6%

R = 7.07%
G = 33.33%
B = 59.6%

CMYK

 C value IS 0.88

 M value IS 0.44

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#07213B (or 0x07213B) is known color: Tangaroa. HEX triplet: 07, 21 and 3B. RGB value is (7,33,59). Sum of RGB (Red+Green+Blue) = 7+33+59=99 (13% of max value = 765). Red value is 7 (3.12% from 255 or 7.07% from 99); Green value is 33 (13.28% from 255 or 33.33% from 99); Blue value is 59 (23.44% from 255 or 59.60% from 99); Max value from RGB is 59 - color contains mainly: blue. Hex color #07213B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #07213B is #F8DEC4. Grayscale: #1C1C1C. Windows color (decimal): -16309957 or 3875079. OLE color: 3875079.

HSL color Cylindrical-coordinate representation of color #07213B: hue angle of 210º degrees, saturation: 0.79, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #07213B is Cyan = 0.88, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 7 33 59 -
CMYK 0.88 0.44 0 0.77
HSL 210º 0.79% 0.13% -
HSV(B) 210º 0.88% 0.23% -
XYZ 1.42 1.45 4.34 -
YUV 28.19 145.39 112.89 -
System Red Green Blue C M Y K H S L
Decimal 7 33 59 0.88 0.44 0 0.77 210 0.79 0.13
Hex 7 21 3B 58 2C 0 4D D2 4F D
Octal 7 41 73 130 54 0 115 322 117 15
Binary 111 100001 111011 1011000 101100 0 1001101 11010010 1001111 1101

Color Harmonies of #07213B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07213B

Black with #07213B

Text Example


Text Example

White with #07213B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #07213B; }

 p { color: rgb(7,33,59); }

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

background-color css

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

 a { background-color: rgb(7,33,59); }

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

border-color css

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

 span { border-color: rgb(7,33,59); }

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