Html Css Color HEX #07213E Tangaroa

📋 copy color: '#07213E'

red 7 ◦ green 33 ◦ blue 62

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

Shades of Tangaroa #07213E

Tints of Tangaroa #07213E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 60.78%

R = 6.86%
G = 32.35%
B = 60.78%

CMYK

 C value IS 0.89

 M value IS 0.47

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#07213E (or 0x07213E) is known color: Tangaroa. HEX triplet: 07, 21 and 3E. RGB value is (7,33,62). Sum of RGB (Red+Green+Blue) = 7+33+62=102 (13% of max value = 765). Red value is 7 (3.12% from 255 or 6.86% from 102); Green value is 33 (13.28% from 255 or 32.35% from 102); Blue value is 62 (24.61% from 255 or 60.78% from 102); Max value from RGB is 62 - color contains mainly: blue. Hex color #07213E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #07213E is #F8DEC1. Grayscale: #1C1C1C. Windows color (decimal): -16309954 or 4071687. OLE color: 4071687.

HSL color Cylindrical-coordinate representation of color #07213E: hue angle of 211.64º degrees, saturation: 0.8, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #07213E is Cyan = 0.89, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 7 33 62 -
CMYK 0.89 0.47 0 0.76
HSL 211.64º 0.8% 0.14% -
HSV(B) 211.64º 0.89% 0.24% -
XYZ 1.5 1.48 4.76 -
YUV 28.53 146.89 112.64 -
System Red Green Blue C M Y K H S L
Decimal 7 33 62 0.89 0.47 0 0.76 211.64 0.8 0.14
Hex 7 21 3E 59 2F 0 4C D4 50 E
Octal 7 41 76 131 57 0 114 324 120 16
Binary 111 100001 111110 1011001 101111 0 1001100 11010100 1010000 1110

Color Harmonies of #07213E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07213E

Black with #07213E

Text Example


Text Example

White with #07213E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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