Html Css Color HEX #07628C Allports

📋 copy color: '#07628C'

red 7 ◦ green 98 ◦ blue 140

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

Shades of Allports #07628C

Tints of Allports #07628C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 57.14%

R = 2.86%
G = 40%
B = 57.14%

CMYK

 C value IS 0.95

 M value IS 0.3

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#07628C (or 0x07628C) is known color: Allports. HEX triplet: 07, 62 and 8C. RGB value is (7,98,140). Sum of RGB (Red+Green+Blue) = 7+98+140=245 (32% of max value = 765). Red value is 7 (3.12% from 255 or 2.86% from 245); Green value is 98 (38.67% from 255 or 40% from 245); Blue value is 140 (55.08% from 255 or 57.14% from 245); Max value from RGB is 140 - color contains mainly: blue. Hex color #07628C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #07628C is #F89D73. Grayscale: #4B4B4B. Windows color (decimal): -16293236 or 9200135. OLE color: 9200135.

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

Color convert

RGB 7 98 140 -
CMYK 0.95 0.3 0 0.45
HSL 198.95º 0.9% 0.29% -
HSV(B) 198.95º 0.95% 0.55% -
XYZ 9.19 10.67 26.39 -
YUV 75.58 164.35 79.08 -
System Red Green Blue C M Y K H S L
Decimal 7 98 140 0.95 0.3 0 0.45 198.95 0.9 0.29
Hex 7 62 8C 5F 1E 0 2D C7 5A 1D
Octal 7 142 214 137 36 0 55 307 132 35
Binary 111 1100010 10001100 1011111 11110 0 101101 11000111 1011010 11101

Color Harmonies of #07628C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07628C

Black with #07628C

Text Example


Text Example

White with #07628C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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