#07638F

Color #07638F Allports (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Allports #07638F

Tints of Allports #07638F

Color information

#07638F (or 0x07638F) is unknown color: approx Allports. HEX triplet: 07, 63 and 8F. RGB value is (7,99,143). Sum of RGB (Red+Green+Blue) = 7+99+143=249 (32% of max value = 765). Red value is 7 (3.12% from 255 or 2.81% from 249); Green value is 99 (39.06% from 255 or 39.76% from 249); Blue value is 143 (56.25% from 255 or 57.43% from 249); Max value from RGB is 143 - color contains mainly: blue. Hex color #07638F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #07638F is #F89C70. Grayscale: #4C4C4C. Windows color (decimal): -16292977 or 9396999. OLE color: 9396999.

HSL color Cylindrical-coordinate representation of color #07638F: hue angle of 199.41º degrees, saturation: 0.91, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #07638F is Cyan = 0.95, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB799143-
CMYK0.950.3100.44
HSL199.41º90.67%29.41%-
HSV(B)199.41º95.1%56.08%-
XYZ9.5110.9527.6-
YUV76.51165.5278.42-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.81%
GREEN value IS 99 (39.06% from 255) = 39.76%
BLUE value IS 143 (56.25% from 255) = 57.43%
R=2.81%
G=39.76%
B=57.43%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal7991430.950.3100.44199.4190.6729.41
Hex7638F5F1F02Cc75b1d
Octal71432171373705430713335
Binary111110001110001111101111111111010110011000111101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07638F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #07638F; }

 p { color: rgb(7,99,143); }

 H1.HeaderClassName
 {
   color: #07638F;
 }
 .AnyTagClassName
 {
   color: #07638F;
 }
</style>
background-color css

<style>
 a { background-color: #07638F; }

 a { background-color: rgb(7,99,143); }

 div.DivClassName
 {
   background-color: #07638F;
 }
 .BgClassName
 {
   background-color: #07638F;
 }
</style>
border-color css

<style>
 span { border-color: #07638F; }

 span { border-color: rgb(7,99,143); }

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