Html Css Color HEX #07698B Allports

📋 copy color: '#07698B'

red 7 ◦ green 105 ◦ blue 139

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

Shades of Allports #07698B

Tints of Allports #07698B

RGB

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

 GREEN value IS 105 (41.41% from 255) = 41.83%

 BLUE value IS 139 (54.69% from 255) = 55.38%

R = 2.79%
G = 41.83%
B = 55.38%

CMYK

 C value IS 0.95

 M value IS 0.24

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#07698B (or 0x07698B) is known color: Allports. HEX triplet: 07, 69 and 8B. RGB value is (7,105,139). Sum of RGB (Red+Green+Blue) = 7+105+139=251 (33% of max value = 765). Red value is 7 (3.12% from 255 or 2.79% from 251); Green value is 105 (41.41% from 255 or 41.83% from 251); Blue value is 139 (54.69% from 255 or 55.38% from 251); Max value from RGB is 139 - color contains mainly: blue. Hex color #07698B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #07698B is #F89674. Grayscale: #4F4F4F. Windows color (decimal): -16291445 or 9136391. OLE color: 9136391.

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

Color convert

RGB 7 105 139 -
CMYK 0.95 0.24 0 0.45
HSL 195.45º 0.9% 0.29% -
HSV(B) 195.45º 0.95% 0.55% -
XYZ 9.8 12.01 26.23 -
YUV 79.57 161.53 76.24 -
System Red Green Blue C M Y K H S L
Decimal 7 105 139 0.95 0.24 0 0.45 195.45 0.9 0.29
Hex 7 69 8B 5F 18 0 2D C3 5A 1D
Octal 7 151 213 137 30 0 55 303 132 35
Binary 111 1101001 10001011 1011111 11000 0 101101 11000011 1011010 11101

Color Harmonies of #07698B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07698B

Black with #07698B

Text Example


Text Example

White with #07698B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #07698B;
 }
 .AnyTagClassName
 {
   color: #07698B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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