Html Css Color HEX #07608D Allports

📋 copy color: '#07608D'

red 7 ◦ green 96 ◦ blue 141

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

Shades of Allports #07608D

Tints of Allports #07608D

RGB

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

 GREEN value IS 96 (37.89% from 255) = 39.34%

 BLUE value IS 141 (55.47% from 255) = 57.79%

R = 2.87%
G = 39.34%
B = 57.79%

CMYK

 C value IS 0.95

 M value IS 0.32

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#07608D (or 0x07608D) is known color: Allports. HEX triplet: 07, 60 and 8D. RGB value is (7,96,141). Sum of RGB (Red+Green+Blue) = 7+96+141=244 (32% of max value = 765). Red value is 7 (3.12% from 255 or 2.87% from 244); Green value is 96 (37.89% from 255 or 39.34% from 244); Blue value is 141 (55.47% from 255 or 57.79% from 244); Max value from RGB is 141 - color contains mainly: blue. Hex color #07608D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #07608D is #F89F72. Grayscale: #4A4A4A. Windows color (decimal): -16293747 or 9265159. OLE color: 9265159.

HSL color Cylindrical-coordinate representation of color #07608D: hue angle of 200.15º degrees, saturation: 0.91, 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 #07608D is Cyan = 0.95, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 7 96 141 -
CMYK 0.95 0.32 0 0.45
HSL 200.15º 0.91% 0.29% -
HSV(B) 200.15º 0.95% 0.55% -
XYZ 9.08 10.33 26.72 -
YUV 74.52 165.51 79.84 -
System Red Green Blue C M Y K H S L
Decimal 7 96 141 0.95 0.32 0 0.45 200.15 0.91 0.29
Hex 7 60 8D 5F 20 0 2D C8 5B 1D
Octal 7 140 215 137 40 0 55 310 133 35
Binary 111 1100000 10001101 1011111 100000 0 101101 11001000 1011011 11101

Color Harmonies of #07608D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07608D

Black with #07608D

Text Example


Text Example

White with #07608D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #07608D; }

 p { color: rgb(7,96,141); }

 H1.HeaderClassName
 {
   color: #07608D;
 }
 .AnyTagClassName
 {
   color: #07608D;
 }
</style>

background-color css

<style>
 a { background-color: #07608D; }

 a { background-color: rgb(7,96,141); }

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

border-color css

<style>
 span { border-color: #07608D; }

 span { border-color: rgb(7,96,141); }

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