Html Css Color HEX #07638B Allports

📋 copy color: '#07638B'

red 7 ◦ green 99 ◦ blue 139

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

Shades of Allports #07638B

Tints of Allports #07638B

RGB

 RED value IS 7 (3.13% 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 value IS 0.95

 M value IS 0.29

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#07638B (or 0x07638B) is known color: 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

RGB 7 99 139 -
CMYK 0.95 0.29 0 0.45
HSL 198.18º 0.9% 0.29% -
HSV(B) 198.18º 0.95% 0.55% -
XYZ 9.21 10.83 26.03 -
YUV 76.05 163.52 78.75 -
System Red Green Blue C M Y K H S L
Decimal 7 99 139 0.95 0.29 0 0.45 198.18 0.9 0.29
Hex 7 63 8B 5F 1D 0 2D C6 5A 1D
Octal 7 143 213 137 35 0 55 306 132 35
Binary 111 1100011 10001011 1011111 11101 0 101101 11000110 1011010 11101

Color Harmonies of #07638B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07638B

Black with #07638B

Text Example


Text Example

White with #07638B

Text Example


Text Example

HTML Codes & Css Web 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>