Html Css Color HEX #07608F Allports

📋 copy color: '#07608F'

red 7 ◦ green 96 ◦ blue 143

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

Shades of Allports #07608F

Tints of Allports #07608F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 58.13%

R = 2.85%
G = 39.02%
B = 58.13%

CMYK

 C value IS 0.95

 M value IS 0.33

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#07608F (or 0x07608F) is known color: Allports. HEX triplet: 07, 60 and 8F. RGB value is (7,96,143). Sum of RGB (Red+Green+Blue) = 7+96+143=246 (32% of max value = 765). Red value is 7 (3.12% from 255 or 2.85% from 246); Green value is 96 (37.89% from 255 or 39.02% from 246); Blue value is 143 (56.25% from 255 or 58.13% from 246); Max value from RGB is 143 - color contains mainly: blue. Hex color #07608F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #07608F is #F89F70. Grayscale: #4A4A4A. Windows color (decimal): -16293745 or 9396231. OLE color: 9396231.

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

Color convert

RGB 7 96 143 -
CMYK 0.95 0.33 0 0.44
HSL 200.74º 0.91% 0.29% -
HSV(B) 200.74º 0.95% 0.56% -
XYZ 9.23 10.39 27.51 -
YUV 74.75 166.51 79.68 -
System Red Green Blue C M Y K H S L
Decimal 7 96 143 0.95 0.33 0 0.44 200.74 0.91 0.29
Hex 7 60 8F 5F 21 0 2C C9 5B 1D
Octal 7 140 217 137 41 0 54 311 133 35
Binary 111 1100000 10001111 1011111 100001 0 101100 11001001 1011011 11101

Color Harmonies of #07608F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07608F

Black with #07608F

Text Example


Text Example

White with #07608F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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