Html Css Color HEX #07618C Allports

📋 copy color: '#07618C'

red 7 ◦ green 97 ◦ blue 140

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

Shades of Allports #07618C

Tints of Allports #07618C

RGB

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

 GREEN value IS 97 (38.28% from 255) = 39.75%

 BLUE value IS 140 (55.08% from 255) = 57.38%

R = 2.87%
G = 39.75%
B = 57.38%

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

#07618C (or 0x07618C) is known color: Allports. HEX triplet: 07, 61 and 8C. RGB value is (7,97,140). Sum of RGB (Red+Green+Blue) = 7+97+140=244 (32% of max value = 765). Red value is 7 (3.12% from 255 or 2.87% from 244); Green value is 97 (38.28% from 255 or 39.75% from 244); Blue value is 140 (55.08% from 255 or 57.38% from 244); Max value from RGB is 140 - color contains mainly: blue. Hex color #07618C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #07618C is #F89E73. Grayscale: #4A4A4A. Windows color (decimal): -16293492 or 9199879. OLE color: 9199879.

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

Color convert

RGB 7 97 140 -
CMYK 0.95 0.31 0 0.45
HSL 199.4º 0.9% 0.29% -
HSV(B) 199.4º 0.95% 0.55% -
XYZ 9.1 10.49 26.36 -
YUV 74.99 164.68 79.5 -
System Red Green Blue C M Y K H S L
Decimal 7 97 140 0.95 0.31 0 0.45 199.4 0.9 0.29
Hex 7 61 8C 5F 1F 0 2D C7 5A 1D
Octal 7 141 214 137 37 0 55 307 132 35
Binary 111 1100001 10001100 1011111 11111 0 101101 11000111 1011010 11101

Color Harmonies of #07618C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07618C

Black with #07618C

Text Example


Text Example

White with #07618C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #07618C; }

 p { color: rgb(7,97,140); }

 H1.HeaderClassName
 {
   color: #07618C;
 }
 .AnyTagClassName
 {
   color: #07618C;
 }
</style>

background-color css

<style>
 a { background-color: #07618C; }

 a { background-color: rgb(7,97,140); }

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

border-color css

<style>
 span { border-color: #07618C; }

 span { border-color: rgb(7,97,140); }

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