Html Css Color HEX #07628A Allports

📋 copy color: '#07628A'

red 7 ◦ green 98 ◦ blue 138

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

Shades of Allports #07628A

Tints of Allports #07628A

RGB

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

 GREEN value IS 98 (38.67% from 255) = 40.33%

 BLUE value IS 138 (54.3% from 255) = 56.79%

R = 2.88%
G = 40.33%
B = 56.79%

CMYK

 C value IS 0.95

 M value IS 0.29

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#07628A (or 0x07628A) is known color: Allports. HEX triplet: 07, 62 and 8A. RGB value is (7,98,138). Sum of RGB (Red+Green+Blue) = 7+98+138=243 (32% of max value = 765). Red value is 7 (3.12% from 255 or 2.88% from 243); Green value is 98 (38.67% from 255 or 40.33% from 243); Blue value is 138 (54.30% from 255 or 56.79% from 243); Max value from RGB is 138 - color contains mainly: blue. Hex color #07628A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #07628A is #F89D75. Grayscale: #4B4B4B. Windows color (decimal): -16293238 or 9069063. OLE color: 9069063.

HSL color Cylindrical-coordinate representation of color #07628A: hue angle of 198.32º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #07628A is Cyan = 0.95, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 7 98 138 -
CMYK 0.95 0.29 0 0.46
HSL 198.32º 0.9% 0.28% -
HSV(B) 198.32º 0.95% 0.54% -
XYZ 9.04 10.62 25.62 -
YUV 75.35 163.35 79.25 -
System Red Green Blue C M Y K H S L
Decimal 7 98 138 0.95 0.29 0 0.46 198.32 0.9 0.28
Hex 7 62 8A 5F 1D 0 2E C6 5A 1C
Octal 7 142 212 137 35 0 56 306 132 34
Binary 111 1100010 10001010 1011111 11101 0 101110 11000110 1011010 11100

Color Harmonies of #07628A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07628A

Black with #07628A

Text Example


Text Example

White with #07628A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,98,138); }

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

background-color css

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

 a { background-color: rgb(7,98,138); }

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

border-color css

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

 span { border-color: rgb(7,98,138); }

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