Html Css Color HEX #07263A Tangaroa

📋 copy color: '#07263A'

red 7 ◦ green 38 ◦ blue 58

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

Shades of Tangaroa #07263A

Tints of Tangaroa #07263A

RGB

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

 GREEN value IS 38 (15.23% from 255) = 36.89%

 BLUE value IS 58 (23.05% from 255) = 56.31%

R = 6.8%
G = 36.89%
B = 56.31%

CMYK

 C value IS 0.88

 M value IS 0.34

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#07263A (or 0x07263A) is known color: Tangaroa. HEX triplet: 07, 26 and 3A. RGB value is (7,38,58). Sum of RGB (Red+Green+Blue) = 7+38+58=103 (13% of max value = 765). Red value is 7 (3.12% from 255 or 6.80% from 103); Green value is 38 (15.23% from 255 or 36.89% from 103); Blue value is 58 (23.05% from 255 or 56.31% from 103); Max value from RGB is 58 - color contains mainly: blue. Hex color #07263A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #07263A is #F8D9C5. Grayscale: #1E1E1E. Windows color (decimal): -16308678 or 3810823. OLE color: 3810823.

HSL color Cylindrical-coordinate representation of color #07263A: hue angle of 203.53º degrees, saturation: 0.78, 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 #07263A is Cyan = 0.88, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 7 38 58 -
CMYK 0.88 0.34 0 0.77
HSL 203.53º 0.78% 0.13% -
HSV(B) 203.53º 0.88% 0.23% -
XYZ 1.54 1.74 4.26 -
YUV 31.01 143.23 110.87 -
System Red Green Blue C M Y K H S L
Decimal 7 38 58 0.88 0.34 0 0.77 203.53 0.78 0.13
Hex 7 26 3A 58 22 0 4D CC 4E D
Octal 7 46 72 130 42 0 115 314 116 15
Binary 111 100110 111010 1011000 100010 0 1001101 11001100 1001110 1101

Color Harmonies of #07263A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07263A

Black with #07263A

Text Example


Text Example

White with #07263A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,38,58); }

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

background-color css

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

 a { background-color: rgb(7,38,58); }

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

border-color css

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

 span { border-color: rgb(7,38,58); }

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