Html Css Color HEX #07273D Tangaroa

📋 copy color: '#07273D'

red 7 ◦ green 39 ◦ blue 61

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

Shades of Tangaroa #07273D

Tints of Tangaroa #07273D

RGB

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

 GREEN value IS 39 (15.63% from 255) = 36.45%

 BLUE value IS 61 (24.22% from 255) = 57.01%

R = 6.54%
G = 36.45%
B = 57.01%

CMYK

 C value IS 0.89

 M value IS 0.36

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#07273D (or 0x07273D) is known color: Tangaroa. HEX triplet: 07, 27 and 3D. RGB value is (7,39,61). Sum of RGB (Red+Green+Blue) = 7+39+61=107 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.54% from 107); Green value is 39 (15.62% from 255 or 36.45% from 107); Blue value is 61 (24.22% from 255 or 57.01% from 107); Max value from RGB is 61 - color contains mainly: blue. Hex color #07273D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #07273D is #F8D8C2. Grayscale: #1F1F1F. Windows color (decimal): -16308419 or 4007687. OLE color: 4007687.

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

Color convert

RGB 7 39 61 -
CMYK 0.89 0.36 0 0.76
HSL 204.44º 0.79% 0.13% -
HSV(B) 204.44º 0.89% 0.24% -
XYZ 1.66 1.83 4.68 -
YUV 31.94 144.4 110.21 -
System Red Green Blue C M Y K H S L
Decimal 7 39 61 0.89 0.36 0 0.76 204.44 0.79 0.13
Hex 7 27 3D 59 24 0 4C CC 4F D
Octal 7 47 75 131 44 0 114 314 117 15
Binary 111 100111 111101 1011001 100100 0 1001100 11001100 1001111 1101

Color Harmonies of #07273D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07273D

Black with #07273D

Text Example


Text Example

White with #07273D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #07273D; }

 p { color: rgb(7,39,61); }

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

background-color css

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

 a { background-color: rgb(7,39,61); }

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

border-color css

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

 span { border-color: rgb(7,39,61); }

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