Html Css Color HEX #07274A Tangaroa

📋 copy color: '#07274A'

red 7 ◦ green 39 ◦ blue 74

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

Shades of Tangaroa #07274A

Tints of Tangaroa #07274A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 61.67%

R = 5.83%
G = 32.5%
B = 61.67%

CMYK

 C value IS 0.91

 M value IS 0.47

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#07274A (or 0x07274A) is known color: Tangaroa. HEX triplet: 07, 27 and 4A. RGB value is (7,39,74). Sum of RGB (Red+Green+Blue) = 7+39+74=120 (15% of max value = 765). Red value is 7 (3.12% from 255 or 5.83% from 120); Green value is 39 (15.62% from 255 or 32.5% from 120); Blue value is 74 (29.30% from 255 or 61.67% from 120); Max value from RGB is 74 - color contains mainly: blue. Hex color #07274A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #07274A is #F8D8B5. Grayscale: #212121. Windows color (decimal): -16308406 or 4859655. OLE color: 4859655.

HSL color Cylindrical-coordinate representation of color #07274A: hue angle of 211.34º degrees, saturation: 0.83, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #07274A is Cyan = 0.91, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 7 39 74 -
CMYK 0.91 0.47 0 0.71
HSL 211.34º 0.83% 0.16% -
HSV(B) 211.34º 0.91% 0.29% -
XYZ 2.05 1.99 6.75 -
YUV 33.42 150.9 109.15 -
System Red Green Blue C M Y K H S L
Decimal 7 39 74 0.91 0.47 0 0.71 211.34 0.83 0.16
Hex 7 27 4A 5B 2F 0 47 D3 53 10
Octal 7 47 112 133 57 0 107 323 123 20
Binary 111 100111 1001010 1011011 101111 0 1000111 11010011 1010011 10000

Color Harmonies of #07274A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07274A

Black with #07274A

Text Example


Text Example

White with #07274A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #07274A; }

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

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

background-color css

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

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

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

border-color css

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

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

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