Html Css Color HEX #07608B Allports

📋 copy color: '#07608B'

red 7 ◦ green 96 ◦ blue 139

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

Shades of Allports #07608B

Tints of Allports #07608B

RGB

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

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

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

R = 2.89%
G = 39.67%
B = 57.44%

CMYK

 C value IS 0.95

 M value IS 0.31

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#07608B (or 0x07608B) is known color: Allports. HEX triplet: 07, 60 and 8B. RGB value is (7,96,139). Sum of RGB (Red+Green+Blue) = 7+96+139=242 (32% of max value = 765). Red value is 7 (3.12% from 255 or 2.89% from 242); Green value is 96 (37.89% from 255 or 39.67% from 242); Blue value is 139 (54.69% from 255 or 57.44% from 242); Max value from RGB is 139 - color contains mainly: blue. Hex color #07608B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #07608B is #F89F74. Grayscale: #4A4A4A. Windows color (decimal): -16293749 or 9134087. OLE color: 9134087.

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

Color convert

RGB 7 96 139 -
CMYK 0.95 0.31 0 0.45
HSL 199.55º 0.9% 0.29% -
HSV(B) 199.55º 0.95% 0.55% -
XYZ 8.93 10.27 25.94 -
YUV 74.29 164.51 80 -
System Red Green Blue C M Y K H S L
Decimal 7 96 139 0.95 0.31 0 0.45 199.55 0.9 0.29
Hex 7 60 8B 5F 1F 0 2D C8 5A 1D
Octal 7 140 213 137 37 0 55 310 132 35
Binary 111 1100000 10001011 1011111 11111 0 101101 11001000 1011010 11101

Color Harmonies of #07608B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07608B

Black with #07608B

Text Example


Text Example

White with #07608B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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