#07638E

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

Shades of Allports #07638E

Tints of Allports #07638E

Color information

#07638E (or 0x07638E) is unknown color: approx Allports. HEX triplet: 07, 63 and 8E. RGB value is (7,99,142). Sum of RGB (Red+Green+Blue) = 7+99+142=248 (32% of max value = 765). Red value is 7 (3.12% from 255 or 2.82% from 248); Green value is 99 (39.06% from 255 or 39.92% from 248); Blue value is 142 (55.86% from 255 or 57.26% from 248); Max value from RGB is 142 - color contains mainly: blue. Hex color #07638E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #07638E is #F89C71. Grayscale: #4C4C4C. Windows color (decimal): -16292978 or 9331463. OLE color: 9331463.

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

Color convert

RGB799142-
CMYK0.950.3000.44
HSL199.11º90.6%29.22%-
HSV(B)199.11º95.07%55.69%-
XYZ9.4310.9227.2-
YUV76.39165.0278.5-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.82%
GREEN value IS 99 (39.06% from 255) = 39.92%
BLUE value IS 142 (55.86% from 255) = 57.26%
R=2.82%
G=39.92%
B=57.26%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal7991420.950.3000.44199.1190.629.22
Hex7638E5F1E02Cc75b1d
Octal71432161373605430713335
Binary111110001110001110101111111110010110011000111101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07638E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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