#07638B

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

Shades of Allports #07638B

Tints of Allports #07638B

Color information

#07638B (or 0x07638B) is unknown color: approx Allports. HEX triplet: 07, 63 and 8B. RGB value is (7,99,139). Sum of RGB (Red+Green+Blue) = 7+99+139=245 (32% of max value = 765). Red value is 7 (3.12% from 255 or 2.86% from 245); Green value is 99 (39.06% from 255 or 40.41% from 245); Blue value is 139 (54.69% from 255 or 56.73% from 245); Max value from RGB is 139 - color contains mainly: blue. Hex color #07638B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #07638B is #F89C74. Grayscale: #4B4B4B. Windows color (decimal): -16292981 or 9134855. OLE color: 9134855.

HSL color Cylindrical-coordinate representation of color #07638B: hue angle of 198.18º 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 #07638B is Cyan = 0.95, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB799139-
CMYK0.950.2900.45
HSL198.18º90.41%28.63%-
HSV(B)198.18º94.96%54.51%-
XYZ9.2110.8326.03-
YUV76.05163.5278.75-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.86%
GREEN value IS 99 (39.06% from 255) = 40.41%
BLUE value IS 139 (54.69% from 255) = 56.73%
R=2.86%
G=40.41%
B=56.73%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal7991390.950.2900.45198.1890.4128.63
Hex7638B5F1D02Dc65a1d
Octal71432131373505530613235
Binary111110001110001011101111111101010110111000110101101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07638B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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