Html Css Color HEX #07668B Allports

📋 copy color: '#07668B'

red 7 ◦ green 102 ◦ blue 139

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

Shades of Allports #07668B

Tints of Allports #07668B

RGB

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

 GREEN value IS 102 (40.23% from 255) = 41.13%

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

R = 2.82%
G = 41.13%
B = 56.05%

CMYK

 C value IS 0.95

 M value IS 0.27

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#07668B (or 0x07668B) is known color: Allports. HEX triplet: 07, 66 and 8B. RGB value is (7,102,139). Sum of RGB (Red+Green+Blue) = 7+102+139=248 (32% of max value = 765). Red value is 7 (3.12% from 255 or 2.82% from 248); Green value is 102 (40.23% from 255 or 41.13% from 248); Blue value is 139 (54.69% from 255 or 56.05% from 248); Max value from RGB is 139 - color contains mainly: blue. Hex color #07668B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #07668B is #F89974. Grayscale: #4D4D4D. Windows color (decimal): -16292213 or 9135623. OLE color: 9135623.

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

Color convert

RGB 7 102 139 -
CMYK 0.95 0.27 0 0.45
HSL 196.82º 0.9% 0.29% -
HSV(B) 196.82º 0.95% 0.55% -
XYZ 9.5 11.41 26.13 -
YUV 77.81 162.53 77.49 -
System Red Green Blue C M Y K H S L
Decimal 7 102 139 0.95 0.27 0 0.45 196.82 0.9 0.29
Hex 7 66 8B 5F 1B 0 2D C5 5A 1D
Octal 7 146 213 137 33 0 55 305 132 35
Binary 111 1100110 10001011 1011111 11011 0 101101 11000101 1011010 11101

Color Harmonies of #07668B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07668B

Black with #07668B

Text Example


Text Example

White with #07668B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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