Html Css Color HEX #07284B Tangaroa

📋 copy color: '#07284B'

red 7 ◦ green 40 ◦ blue 75

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

Shades of Tangaroa #07284B

Tints of Tangaroa #07284B

RGB

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

 GREEN value IS 40 (16.02% from 255) = 32.79%

 BLUE value IS 75 (29.69% from 255) = 61.48%

R = 5.74%
G = 32.79%
B = 61.48%

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

#07284B (or 0x07284B) is known color: Tangaroa. HEX triplet: 07, 28 and 4B. RGB value is (7,40,75). Sum of RGB (Red+Green+Blue) = 7+40+75=122 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.74% from 122); Green value is 40 (16.02% from 255 or 32.79% from 122); Blue value is 75 (29.69% from 255 or 61.48% from 122); Max value from RGB is 75 - color contains mainly: blue. Hex color #07284B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #07284B is #F8D7B4. Grayscale: #212121. Windows color (decimal): -16308149 or 4925447. OLE color: 4925447.

HSL color Cylindrical-coordinate representation of color #07284B: hue angle of 210.88º 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 #07284B is Cyan = 0.91, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 7 40 75 -
CMYK 0.91 0.47 0 0.71
HSL 210.88º 0.83% 0.16% -
HSV(B) 210.88º 0.91% 0.29% -
XYZ 2.12 2.07 6.94 -
YUV 34.12 151.07 108.65 -
System Red Green Blue C M Y K H S L
Decimal 7 40 75 0.91 0.47 0 0.71 210.88 0.83 0.16
Hex 7 28 4B 5B 2F 0 47 D3 53 10
Octal 7 50 113 133 57 0 107 323 123 20
Binary 111 101000 1001011 1011011 101111 0 1000111 11010011 1010011 10000

Color Harmonies of #07284B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07284B

Black with #07284B

Text Example


Text Example

White with #07284B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #07284B; }

 p { color: rgb(7,40,75); }

 H1.HeaderClassName
 {
   color: #07284B;
 }
 .AnyTagClassName
 {
   color: #07284B;
 }
</style>

background-color css

<style>
 a { background-color: #07284B; }

 a { background-color: rgb(7,40,75); }

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

border-color css

<style>
 span { border-color: #07284B; }

 span { border-color: rgb(7,40,75); }

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