Html Css Color HEX #07638A Allports

📋 copy color: '#07638A'

red 7 ◦ green 99 ◦ blue 138

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

Shades of Allports #07638A

Tints of Allports #07638A

RGB

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

 GREEN value IS 99 (39.06% from 255) = 40.57%

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

R = 2.87%
G = 40.57%
B = 56.56%

CMYK

 C value IS 0.95

 M value IS 0.28

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#07638A (or 0x07638A) is known color: Allports. HEX triplet: 07, 63 and 8A. RGB value is (7,99,138). Sum of RGB (Red+Green+Blue) = 7+99+138=244 (32% of max value = 765). Red value is 7 (3.12% from 255 or 2.87% from 244); Green value is 99 (39.06% from 255 or 40.57% from 244); Blue value is 138 (54.30% from 255 or 56.56% from 244); Max value from RGB is 138 - color contains mainly: blue. Hex color #07638A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #07638A is #F89C75. Grayscale: #4B4B4B. Windows color (decimal): -16292982 or 9069319. OLE color: 9069319.

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

Color convert

RGB 7 99 138 -
CMYK 0.95 0.28 0 0.46
HSL 197.86º 0.9% 0.28% -
HSV(B) 197.86º 0.95% 0.54% -
XYZ 9.14 10.8 25.65 -
YUV 75.94 163.02 78.83 -
System Red Green Blue C M Y K H S L
Decimal 7 99 138 0.95 0.28 0 0.46 197.86 0.9 0.28
Hex 7 63 8A 5F 1C 0 2E C6 5A 1C
Octal 7 143 212 137 34 0 56 306 132 34
Binary 111 1100011 10001010 1011111 11100 0 101110 11000110 1011010 11100

Color Harmonies of #07638A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07638A

Black with #07638A

Text Example


Text Example

White with #07638A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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