Html Css Color HEX #07203C Tangaroa

📋 copy color: '#07203C'

red 7 ◦ green 32 ◦ blue 60

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

Shades of Tangaroa #07203C

Tints of Tangaroa #07203C

RGB

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

 GREEN value IS 32 (12.89% from 255) = 32.32%

 BLUE value IS 60 (23.83% from 255) = 60.61%

R = 7.07%
G = 32.32%
B = 60.61%

CMYK

 C value IS 0.88

 M value IS 0.47

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#07203C (or 0x07203C) is known color: Tangaroa. HEX triplet: 07, 20 and 3C. RGB value is (7,32,60). Sum of RGB (Red+Green+Blue) = 7+32+60=99 (13% of max value = 765). Red value is 7 (3.12% from 255 or 7.07% from 99); Green value is 32 (12.89% from 255 or 32.32% from 99); Blue value is 60 (23.83% from 255 or 60.61% from 99); Max value from RGB is 60 - color contains mainly: blue. Hex color #07203C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #07203C is #F8DFC3. Grayscale: #1B1B1B. Windows color (decimal): -16310212 or 3940359. OLE color: 3940359.

HSL color Cylindrical-coordinate representation of color #07203C: hue angle of 211.7º degrees, saturation: 0.79, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #07203C is Cyan = 0.88, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 7 32 60 -
CMYK 0.88 0.47 0 0.76
HSL 211.7º 0.79% 0.13% -
HSV(B) 211.7º 0.88% 0.24% -
XYZ 1.42 1.4 4.47 -
YUV 27.72 146.22 113.22 -
System Red Green Blue C M Y K H S L
Decimal 7 32 60 0.88 0.47 0 0.76 211.7 0.79 0.13
Hex 7 20 3C 58 2F 0 4C D4 4F D
Octal 7 40 74 130 57 0 114 324 117 15
Binary 111 100000 111100 1011000 101111 0 1001100 11010100 1001111 1101

Color Harmonies of #07203C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07203C

Black with #07203C

Text Example


Text Example

White with #07203C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #07203C; }

 p { color: rgb(7,32,60); }

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

background-color css

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

 a { background-color: rgb(7,32,60); }

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

border-color css

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

 span { border-color: rgb(7,32,60); }

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